#158B81

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

Shades of Dark Cyan #158B81

Tints of Dark Cyan #158B81

Color information

#158B81 (or 0x158B81) is unknown color: approx Dark Cyan. HEX triplet: 15, 8B and 81. RGB value is (21,139,129). Sum of RGB (Red+Green+Blue) = 21+139+129=289 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.27% from 289); Green value is 139 (54.69% from 255 or 48.10% from 289); Blue value is 129 (50.78% from 255 or 44.64% from 289); Max value from RGB is 139 - color contains mainly: green. Hex color #158B81 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158B81 is #EA747E. Grayscale: #666666. Windows color (decimal): -15365247 or 8489749. OLE color: 8489749.

HSL color Cylindrical-coordinate representation of color #158B81: hue angle of 174.92º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #158B81 is Cyan = 0.85, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.

Color convert

RGB21139129-
CMYK0.8500.070.45
HSL174.92º73.75%31.37%-
HSV(B)174.92º84.89%54.51%-
XYZ13.520.2123.96-
YUV102.58142.9169.81-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.27%
GREEN value IS 139 (54.69% from 255) = 48.10%
BLUE value IS 129 (50.78% from 255) = 44.64%
R=7.27%
G=48.10%
B=44.64%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal211391290.8500.070.45174.9273.7531.37
Hex158B8155072Daf4a1f
Octal25213201125075525711237
Binary1010110001011100000011010101011110110110101111100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158B81; }

 p { color: rgb(21,139,129); }

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

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

 a { background-color: rgb(21,139,129); }

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

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

 span { border-color: rgb(21,139,129); }

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