Shades of Dark Cyan #158A90
Tints of Dark Cyan #158A90
RGB
CMYK
RGB Variations
Color information
#158A90 (or 0x158A90) is known color: Dark Cyan. HEX triplet: 15, 8A and 90. RGB value is (21,138,144). Sum of RGB (Red+Green+Blue) = 21+138+144=303 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.93% from 303); Green value is 138 (54.30% from 255 or 45.54% from 303); Blue value is 144 (56.64% from 255 or 47.52% from 303); Max value from RGB is 144 - color contains mainly: blue. Hex color #158A90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158A90 is #EA756F. Grayscale: #676767. Windows color (decimal): -15365488 or 9472533. OLE color: 9472533.
HSL color Cylindrical-coordinate representation of color #158A90: hue angle of 182.93º 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 #158A90 is Cyan = 0.85, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 21 | 138 | 144 | - |
| CMYK | 0.85 | 0.04 | 0 | 0.44 |
| HSL | 182.93º | 0.75% | 0.32% | - |
| HSV(B) | 182.93º | 0.85% | 0.56% | - |
| XYZ | 14.43 | 20.35 | 29.55 | - |
| YUV | 103.7 | 150.74 | 69.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 138 | 144 | 0.85 | 0.04 | 0 | 0.44 | 182.93 | 0.75 | 0.32 |
| Hex | 15 | 8A | 90 | 55 | 4 | 0 | 2C | B7 | 4B | 20 |
| Octal | 25 | 212 | 220 | 125 | 4 | 0 | 54 | 267 | 113 | 40 |
| Binary | 10101 | 10001010 | 10010000 | 1010101 | 100 | 0 | 101100 | 10110111 | 1001011 | 100000 |
Color Harmonies of #158A90
Complementary color
Monochromatic Colors of #158A90
Black with #158A90
Text Example
Text Example
White with #158A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158A90; }
p { color: rgb(21,138,144); }
H1.HeaderClassName
{
color: #158A90;
}
.AnyTagClassName
{
color: #158A90;
}
</style>
background-color css
<style>
a { background-color: #158A90; }
a { background-color: rgb(21,138,144); }
div.DivClassName
{
background-color: #158A90;
}
.BgClassName
{
background-color: #158A90;
}
</style>
border-color css
<style>
span { border-color: #158A90; }
span { border-color: rgb(21,138,144); }
td.TdClassName
{
border-color: #158A90;
}
.TagClassName
{
border-color: #158A90;
}
</style>