#158D8A

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

Shades of Dark Cyan #158D8A

Tints of Dark Cyan #158D8A

Color information

#158D8A (or 0x158D8A) is unknown color: approx Dark Cyan. HEX triplet: 15, 8D and 8A. RGB value is (21,141,138). Sum of RGB (Red+Green+Blue) = 21+141+138=300 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7% from 300); Green value is 141 (55.47% from 255 or 47% from 300); Blue value is 138 (54.30% from 255 or 46% from 300); Max value from RGB is 141 - color contains mainly: green. Hex color #158D8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158D8A is #EA7275. Grayscale: #686868. Windows color (decimal): -15364726 or 9080085. OLE color: 9080085.

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

Color convert

RGB21141138-
CMYK0.8500.020.45
HSL178.5º74.07%31.76%-
HSV(B)178.5º85.11%55.29%-
XYZ14.4221.0427.35-
YUV104.78146.7468.24-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7%
GREEN value IS 141 (55.47% from 255) = 47%
BLUE value IS 138 (54.30% from 255) = 46%
R=7%
G=47%
B=46%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal211411380.8500.020.45178.574.0731.76
Hex158D8A55022Db24a20
Octal25215212125025526211240
Binary1010110001101100010101010101010101101101100101001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,141,138); }

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

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

 a { background-color: rgb(21,141,138); }

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

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

 span { border-color: rgb(21,141,138); }

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