#158590

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

Shades of Dark Cyan #158590

Tints of Dark Cyan #158590

Color information

#158590 (or 0x158590) is unknown color: approx Dark Cyan. HEX triplet: 15, 85 and 90. RGB value is (21,133,144). Sum of RGB (Red+Green+Blue) = 21+133+144=298 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.05% from 298); Green value is 133 (52.34% from 255 or 44.63% from 298); Blue value is 144 (56.64% from 255 or 48.32% from 298); Max value from RGB is 144 - color contains mainly: blue. Hex color #158590 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158590 is #EA7A6F. Grayscale: #646464. Windows color (decimal): -15366768 or 9471253. OLE color: 9471253.

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

Color convert

RGB21133144-
CMYK0.850.0800.44
HSL185.37º74.55%32.35%-
HSV(B)185.37º85.42%56.47%-
XYZ13.7318.9529.32-
YUV100.77152.3971.11-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.05%
GREEN value IS 133 (52.34% from 255) = 44.63%
BLUE value IS 144 (56.64% from 255) = 48.32%
R=7.05%
G=44.63%
B=48.32%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal211331440.850.0800.44185.3774.5532.35
Hex15859055802Cb94b20
Octal252052201251005427111340
Binary101011000010110010000101010110000101100101110011001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158590; }

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

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

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

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

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

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

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

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