#15888E

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

Shades of Dark Cyan #15888E

Tints of Dark Cyan #15888E

Color information

#15888E (or 0x15888E) is unknown color: approx Dark Cyan. HEX triplet: 15, 88 and 8E. RGB value is (21,136,142). Sum of RGB (Red+Green+Blue) = 21+136+142=299 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.02% from 299); Green value is 136 (53.52% from 255 or 45.48% from 299); Blue value is 142 (55.86% from 255 or 47.49% from 299); Max value from RGB is 142 - color contains mainly: blue. Hex color #15888E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15888E is #EA7771. Grayscale: #666666. Windows color (decimal): -15366002 or 9340949. OLE color: 9340949.

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

Color convert

RGB21136142-
CMYK0.850.0400.44
HSL182.98º74.23%31.96%-
HSV(B)182.98º85.21%55.69%-
XYZ1419.7228.66-
YUV102.3150.470.01-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.02%
GREEN value IS 136 (53.52% from 255) = 45.48%
BLUE value IS 142 (55.86% from 255) = 47.49%
R=7.02%
G=45.48%
B=47.49%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal211361420.850.0400.44182.9874.2331.96
Hex15888E55402Cb74a20
Octal25210216125405426711240
Binary10101100010001000111010101011000101100101101111001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15888E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,136,142); }

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

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

 a { background-color: rgb(21,136,142); }

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

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

 span { border-color: rgb(21,136,142); }

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