#159087

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

Shades of Dark Cyan #159087

Tints of Dark Cyan #159087

Color information

#159087 (or 0x159087) is unknown color: approx Dark Cyan. HEX triplet: 15, 90 and 87. RGB value is (21,144,135). Sum of RGB (Red+Green+Blue) = 21+144+135=300 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7% from 300); Green value is 144 (56.64% from 255 or 48% from 300); Blue value is 135 (53.12% from 255 or 45% from 300); Max value from RGB is 144 - color contains mainly: green. Hex color #159087 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159087 is #EA6F78. Grayscale: #6A6A6A. Windows color (decimal): -15363961 or 8884245. OLE color: 8884245.

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

Color convert

RGB21144135-
CMYK0.8500.060.44
HSL175.61º74.55%32.35%-
HSV(B)175.61º85.42%56.47%-
XYZ14.6621.8626.37-
YUV106.2144.2567.23-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7%
GREEN value IS 144 (56.64% from 255) = 48%
BLUE value IS 135 (53.12% from 255) = 45%
R=7%
G=48%
B=45%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal211441350.8500.060.44175.6174.5532.35
Hex15908755062Cb04b20
Octal25220207125065426011340
Binary10101100100001000011110101010110101100101100001001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #159087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #159087; }

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

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

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

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

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

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

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

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