#158784

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

Shades of Dark Cyan #158784

Tints of Dark Cyan #158784

Color information

#158784 (or 0x158784) is unknown color: approx Dark Cyan. HEX triplet: 15, 87 and 84. RGB value is (21,135,132). Sum of RGB (Red+Green+Blue) = 21+135+132=288 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.29% from 288); Green value is 135 (53.12% from 255 or 46.88% from 288); Blue value is 132 (51.95% from 255 or 45.83% from 288); Max value from RGB is 135 - color contains mainly: green. Hex color #158784 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158784 is #EA787B. Grayscale: #646464. Windows color (decimal): -15366268 or 8685333. OLE color: 8685333.

HSL color Cylindrical-coordinate representation of color #158784: hue angle of 178.42º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #158784 is Cyan = 0.84, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB21135132-
CMYK0.8400.020.47
HSL178.42º73.08%30.59%-
HSV(B)178.42º84.44%52.94%-
XYZ13.1419.1524.83-
YUV100.57145.7371.24-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.29%
GREEN value IS 135 (53.12% from 255) = 46.88%
BLUE value IS 132 (51.95% from 255) = 45.83%
R=7.29%
G=46.88%
B=45.83%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal211351320.8400.020.47178.4273.0830.59
Hex15878454022Fb2491f
Octal25207204124025726211137
Binary101011000011110000100101010001010111110110010100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158784; }

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

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

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

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

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

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

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

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