#15868E

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

Shades of Dark Cyan #15868E

Tints of Dark Cyan #15868E

Color information

#15868E (or 0x15868E) is unknown color: approx Dark Cyan. HEX triplet: 15, 86 and 8E. RGB value is (21,134,142). Sum of RGB (Red+Green+Blue) = 21+134+142=297 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.07% from 297); Green value is 134 (52.73% from 255 or 45.12% from 297); Blue value is 142 (55.86% from 255 or 47.81% from 297); Max value from RGB is 142 - color contains mainly: blue. Hex color #15868E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15868E is #EA7971. Grayscale: #646464. Windows color (decimal): -15366514 or 9340437. OLE color: 9340437.

HSL color Cylindrical-coordinate representation of color #15868E: hue angle of 183.97º 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 #15868E is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB21134142-
CMYK0.850.0600.44
HSL183.97º74.23%31.96%-
HSV(B)183.97º85.21%55.69%-
XYZ13.7219.1628.57-
YUV101.12151.0670.85-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.07%
GREEN value IS 134 (52.73% from 255) = 45.12%
BLUE value IS 142 (55.86% from 255) = 47.81%
R=7.07%
G=45.12%
B=47.81%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal211341420.850.0600.44183.9774.2331.96
Hex15868E55602Cb84a20
Octal25206216125605427011240
Binary10101100001101000111010101011100101100101110001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15868E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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