#158892

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

Shades of Dark Cyan #158892

Tints of Dark Cyan #158892

Color information

#158892 (or 0x158892) is unknown color: approx Dark Cyan. HEX triplet: 15, 88 and 92. RGB value is (21,136,146). Sum of RGB (Red+Green+Blue) = 21+136+146=303 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.93% from 303); Green value is 136 (53.52% from 255 or 44.88% from 303); Blue value is 146 (57.42% from 255 or 48.18% from 303); Max value from RGB is 146 - color contains mainly: blue. Hex color #158892 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158892 is #EA776D. Grayscale: #666666. Windows color (decimal): -15365998 or 9603093. OLE color: 9603093.

HSL color Cylindrical-coordinate representation of color #158892: hue angle of 184.8º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #158892 is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB21136146-
CMYK0.860.0700.43
HSL184.8º74.85%32.75%-
HSV(B)184.8º85.62%57.25%-
XYZ14.319.8430.27-
YUV102.76152.469.69-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 6.93%
GREEN value IS 136 (53.52% from 255) = 44.88%
BLUE value IS 146 (57.42% from 255) = 48.18%
R=6.93%
G=44.88%
B=48.18%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal211361460.860.0700.43184.874.8532.75
Hex15889256702Bb94b21
Octal25210222126705327111341
Binary10101100010001001001010101101110101011101110011001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158892; }

 p { color: rgb(21,136,146); }

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

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

 a { background-color: rgb(21,136,146); }

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

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

 span { border-color: rgb(21,136,146); }

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