#158A87

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

Shades of Dark Cyan #158A87

Tints of Dark Cyan #158A87

Color information

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

HSL color Cylindrical-coordinate representation of color #158A87: hue angle of 178.46º 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 #158A87 is Cyan = 0.85, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.46.

Color convert

RGB21138135-
CMYK0.8500.020.46
HSL178.46º73.58%31.18%-
HSV(B)178.46º84.78%54.12%-
XYZ13.7720.0926.07-
YUV102.68146.2469.74-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal211381350.8500.020.46178.4673.5831.18
Hex158A8755022Eb24a1f
Octal25212207125025626211237
Binary101011000101010000111101010101010111010110010100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158A87; }

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

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

<style>
 a { background-color: #158A87; }

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

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

<style>
 span { border-color: #158A87; }

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

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