#158090

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

Shades of Dark Cyan #158090

Tints of Dark Cyan #158090

Color information

#158090 (or 0x158090) is unknown color: approx Dark Cyan. HEX triplet: 15, 80 and 90. RGB value is (21,128,144). Sum of RGB (Red+Green+Blue) = 21+128+144=293 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.17% from 293); Green value is 128 (50.39% from 255 or 43.69% from 293); Blue value is 144 (56.64% from 255 or 49.15% from 293); Max value from RGB is 144 - color contains mainly: blue. Hex color #158090 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158090 is #EA7F6F. Grayscale: #616161. Windows color (decimal): -15368048 or 9469973. OLE color: 9469973.

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

Color convert

RGB21128144-
CMYK0.850.1100.44
HSL187.8º74.55%32.35%-
HSV(B)187.8º85.42%56.47%-
XYZ13.0617.6129.1-
YUV97.83154.0573.2-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.17%
GREEN value IS 128 (50.39% from 255) = 43.69%
BLUE value IS 144 (56.64% from 255) = 49.15%
R=7.17%
G=43.69%
B=49.15%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal211281440.850.1100.44187.874.5532.35
Hex15809055B02Cbc4b20
Octal252002201251305427411340
Binary101011000000010010000101010110110101100101111001001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158090; }

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

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

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

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

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

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

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

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