#13808E

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

Shades of Dark Cyan #13808E

Tints of Dark Cyan #13808E

Color information

#13808E (or 0x13808E) is unknown color: approx Dark Cyan. HEX triplet: 13, 80 and 8E. RGB value is (19,128,142). Sum of RGB (Red+Green+Blue) = 19+128+142=289 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.57% from 289); Green value is 128 (50.39% from 255 or 44.29% from 289); Blue value is 142 (55.86% from 255 or 49.13% from 289); Max value from RGB is 142 - color contains mainly: blue. Hex color #13808E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13808E is #EC7F71. Grayscale: #606060. Windows color (decimal): -15499122 or 9338899. OLE color: 9338899.

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

Color convert

RGB19128142-
CMYK0.870.1000.44
HSL186.83º76.4%31.57%-
HSV(B)186.83º86.62%55.69%-
XYZ12.8717.5328.3-
YUV97153.3972.36-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.57%
GREEN value IS 128 (50.39% from 255) = 44.29%
BLUE value IS 142 (55.86% from 255) = 49.13%
R=6.57%
G=44.29%
B=49.13%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal191281420.870.1000.44186.8376.431.57
Hex13808E57A02Cbb4c20
Octal232002161271205427311440
Binary100111000000010001110101011110100101100101110111001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13808E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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