#17808E

Color #17808E Dark Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cyan #17808E

Tints of Dark Cyan #17808E

Color information

#17808E (or 0x17808E) is unknown color: approx Dark Cyan. HEX triplet: 17, 80 and 8E. RGB value is (23,128,142). Sum of RGB (Red+Green+Blue) = 23+128+142=293 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.85% from 293); Green value is 128 (50.39% from 255 or 43.69% from 293); Blue value is 142 (55.86% from 255 or 48.46% from 293); Max value from RGB is 142 - color contains mainly: blue. Hex color #17808E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #17808E is #E87F71. Grayscale: #626262. Windows color (decimal): -15236978 or 9338903. OLE color: 9338903.

HSL color Cylindrical-coordinate representation of color #17808E: hue angle of 187.06º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #17808E is Cyan = 0.84, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB23128142-
CMYK0.840.1000.44
HSL187.06º72.12%32.35%-
HSV(B)187.06º83.8%55.69%-
XYZ12.9617.5728.3-
YUV98.2152.7174.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 23 (9.38% from 255) = 7.85%
GREEN value IS 128 (50.39% from 255) = 43.69%
BLUE value IS 142 (55.86% from 255) = 48.46%
R=7.85%
G=43.69%
B=48.46%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal231281420.840.1000.44187.0672.1232.35
Hex17808E54A02Cbb4820
Octal272002161241205427311040
Binary101111000000010001110101010010100101100101110111001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17808E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17808E; }

 p { color: rgb(23,128,142); }

 H1.HeaderClassName
 {
   color: #17808E;
 }
 .AnyTagClassName
 {
   color: #17808E;
 }
</style>
background-color css

<style>
 a { background-color: #17808E; }

 a { background-color: rgb(23,128,142); }

 div.DivClassName
 {
   background-color: #17808E;
 }
 .BgClassName
 {
   background-color: #17808E;
 }
</style>
border-color css

<style>
 span { border-color: #17808E; }

 span { border-color: rgb(23,128,142); }

 td.TdClassName
 {
   border-color: #17808E;
 }
 .TagClassName
 {
   border-color: #17808E;
 }
</style>