COLOR #17EDD8

HEX: #17EDD8 RGB: (23,237,216)

Color info

#17EDD8 contains mainly green and blue colors. Web safe color of #17EDD8 is #00FFCC (or #0FC).

RGB color model

#17EDD8 color RGB value is (23,237,216).

RGB: (23,237,216) (9%, 93%, 85%)

RGB channels and saturation

R 23 of 255 = 9%
G 237 of 255 = 93%
B 216 of 255 = 85%

23
237
216

R + G + B ~ 62%. #17EDD8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 23 + 237 + 216 = 476 (100%)
R 23 of 476 ~ 4.83%
G 237 of 476 ~ 49.79%
B 216 of 476 ~ 45.38'%

%49.79
%45.38

CMYK color model

#17EDD8 color CMYK value is (90,0,9,7).

  • cyan value is 90.30%
  • magenta value is 0.00%
  • yellow value is 8.86%
  • key color value is 7.06%

CMYK: (90,0,9,7)
C90M0Y9K7 (90%, 0%, 9%, 7%)
(0.90 / 0.00 / 0.09 / 0.07)

CMYK percentages

%90.3
%0
%8.86
%7.06

Codes

Color #17EDD8 in popluar color models

17 ED D8
RGB 23 237 216
HSL 174° 85.60% 50.98%
HSB/HSV 174° 90.30% 92.94%
CMYK 90.30% 0.00% 8.86%
7.06%

Color #17EDD8 in popluar number systems.

HEX 17 ED D8
Decimal 23 237 216
Binary 10111 11101101 11011000
Octal 27 355 330

Shades and tints

Shades of #17EDD8

#17EDD8
(23,237,216)
#15D8C5
(21,216,197)
#13C3B2
(19,195,178)
#11AE9F
(17,174,159)
#0F998C
(15,153,140)
#0D8479
(13,132,121)
#0B6F66
(11,111,102)
#095A53
(9,90,83)
#074540
(7,69,64)
#05302D
(5,48,45)
#031B1A
(3,27,26)
#000000
(0,0,0)

Tints of #17EDD8

#17EDD8
(23,237,216)
#2CEEDB
(44,238,219)
#41EFDE
(65,239,222)
#56F0E1
(86,240,225)
#6BF1E4
(107,241,228)
#80F2E7
(128,242,231)
#95F3EA
(149,243,234)
#AAF4ED
(170,244,237)
#BFF5F0
(191,245,240)
#D4F6F3
(212,246,243)
#E9F7F6
(233,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #17EDD8 color. Also use rgb(23,237,216) instead hex code.

Text Font Color

.myTextColor { color: #17EDD8; }

<p style="color:#17EDD8">This sample text font color is #17EDD8.</p>

This text font color is #17EDD8.

Background Color

.myBgColor { background-color: #17EDD8; }

<div style="background-color:#17EDD8">Inner text</div>

This div background color is #17EDD8.

Border color

.myBorderColor { border: 1px solid #17EDD8; }

<div style="border:3px solid #17EDD8">Div</div>

This div border color is #17EDD8.

Opacity

.myOpacity80 { color: #17EDD8; opacity: 0.8; }

<p style="color:#17EDD8;opacity:0.8;">80%</p>

Text with #17EDD8 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #17EDD8;}

<p style="text-shadow: 3px 3px 1px #17EDD8">Text here.</p>

This text has shadow with #17EDD8 color.


.textShadow {text-shadow: 3px 3px 1px #17EDD8', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #17EDD8, 5px 5px 20px red">Text here.</p>

This text has shadow with #17EDD8 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#17EDD8, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#17EDD8, Direction=45, Strength=4)">Text</p>

This text has shadow with #17EDD8 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #17EDD8;
-webkit-box-shadow: 1px 1px 3px 2px #17EDD8;
box-shadow: 1px 1px 3px 2px #17EDD8;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #17EDD8; -webkit-box-shadow: 1px 1px 3px 2px #17EDD8; box-shadow:1px 1px 3px 2px #17EDD8;">
Div content here
</div>

This div box has shadow with color #17EDD8.

Preview

Color preview on black background

This text has color #17EDD8 on black background.


Color preview on white background

This text has color #17EDD8 on white background.


Black color preview on #17EDD8 background

This text has black color on #17EDD8 background.


White color preview on #17EDD8 background

This text has white color on #17EDD8 background.


Related colors

Complementary color

Complementary color for #hex is #E81227.


I love getcolorcode.com

Triadic colors

1 #D817ED and #EDD817 with #17EDD8 are triadic colors.

2 #D8ED17 and #ED17D8 with #17EDD8 are triadic colors.