#15878A

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

Shades of Dark Cyan #15878A

Tints of Dark Cyan #15878A

Color information

#15878A (or 0x15878A) is unknown color: approx Dark Cyan. HEX triplet: 15, 87 and 8A. RGB value is (21,135,138). Sum of RGB (Red+Green+Blue) = 21+135+138=294 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.14% from 294); Green value is 135 (53.12% from 255 or 45.92% from 294); Blue value is 138 (54.30% from 255 or 46.94% from 294); Max value from RGB is 138 - color contains mainly: blue. Hex color #15878A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #15878A is #EA7875. Grayscale: #656565. Windows color (decimal): -15366262 or 9078549. OLE color: 9078549.

HSL color Cylindrical-coordinate representation of color #15878A: hue angle of 181.54º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15878A is Cyan = 0.85, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB21135138-
CMYK0.850.0200.46
HSL181.54º73.58%31.18%-
HSV(B)181.54º84.78%54.12%-
XYZ13.5619.3227.06-
YUV101.26148.7370.76-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.14%
GREEN value IS 135 (53.12% from 255) = 45.92%
BLUE value IS 138 (54.30% from 255) = 46.94%
R=7.14%
G=45.92%
B=46.94%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal211351380.850.0200.46181.5473.5831.18
Hex15878A55202Eb64a1f
Octal25207212125205626611237
Binary101011000011110001010101010110010111010110110100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15878A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15878A; }

 p { color: rgb(21,135,138); }

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

<style>
 a { background-color: #15878A; }

 a { background-color: rgb(21,135,138); }

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

<style>
 span { border-color: #15878A; }

 span { border-color: rgb(21,135,138); }

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