Shades of Dark Cyan #158A8B
Tints of Dark Cyan #158A8B
RGB
CMYK
RGB Variations
Color information
#158A8B (or 0x158A8B) is known color: Dark Cyan. HEX triplet: 15, 8A and 8B. RGB value is (21,138,139). Sum of RGB (Red+Green+Blue) = 21+138+139=298 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.05% from 298); Green value is 138 (54.30% from 255 or 46.31% from 298); Blue value is 139 (54.69% from 255 or 46.64% from 298); Max value from RGB is 139 - color contains mainly: blue. Hex color #158A8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #158A8B is #EA7574. Grayscale: #676767. Windows color (decimal): -15365493 or 9144853. OLE color: 9144853.
HSL color Cylindrical-coordinate representation of color #158A8B: hue angle of 180.51º 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 #158A8B is Cyan = 0.85, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 138 | 139 | - |
| CMYK | 0.85 | 0.01 | 0 | 0.45 |
| HSL | 180.51º | 0.74% | 0.31% | - |
| HSV(B) | 180.51º | 0.85% | 0.55% | - |
| XYZ | 14.06 | 20.2 | 27.58 | - |
| YUV | 103.13 | 148.24 | 69.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 138 | 139 | 0.85 | 0.01 | 0 | 0.45 | 180.51 | 0.74 | 0.31 |
| Hex | 15 | 8A | 8B | 55 | 1 | 0 | 2D | B5 | 4A | 1F |
| Octal | 25 | 212 | 213 | 125 | 1 | 0 | 55 | 265 | 112 | 37 |
| Binary | 10101 | 10001010 | 10001011 | 1010101 | 1 | 0 | 101101 | 10110101 | 1001010 | 11111 |
Color Harmonies of #158A8B
Complementary color
Monochromatic Colors of #158A8B
Black with #158A8B
Text Example
Text Example
White with #158A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158A8B; }
p { color: rgb(21,138,139); }
H1.HeaderClassName
{
color: #158A8B;
}
.AnyTagClassName
{
color: #158A8B;
}
</style>
background-color css
<style>
a { background-color: #158A8B; }
a { background-color: rgb(21,138,139); }
div.DivClassName
{
background-color: #158A8B;
}
.BgClassName
{
background-color: #158A8B;
}
</style>
border-color css
<style>
span { border-color: #158A8B; }
span { border-color: rgb(21,138,139); }
td.TdClassName
{
border-color: #158A8B;
}
.TagClassName
{
border-color: #158A8B;
}
</style>