Shades of Dark Cyan #159186
Tints of Dark Cyan #159186
RGB
CMYK
RGB Variations
Color information
#159186 (or 0x159186) is known color: Dark Cyan. HEX triplet: 15, 91 and 86. RGB value is (21,145,134). Sum of RGB (Red+Green+Blue) = 21+145+134=300 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7% from 300); Green value is 145 (57.03% from 255 or 48.33% from 300); Blue value is 134 (52.73% from 255 or 44.67% from 300); Max value from RGB is 145 - color contains mainly: green. Hex color #159186 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159186 is #EA6E79. Grayscale: #6A6A6A. Windows color (decimal): -15363706 or 8818965. OLE color: 8818965.
HSL color Cylindrical-coordinate representation of color #159186: hue angle of 174.68º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #159186 is Cyan = 0.86, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 21 | 145 | 134 | - |
| CMYK | 0.86 | 0 | 0.08 | 0.43 |
| HSL | 174.68º | 0.75% | 0.33% | - |
| HSV(B) | 174.68º | 0.86% | 0.57% | - |
| XYZ | 14.74 | 22.13 | 26.05 | - |
| YUV | 106.67 | 143.42 | 66.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 145 | 134 | 0.86 | 0 | 0.08 | 0.43 | 174.68 | 0.75 | 0.33 |
| Hex | 15 | 91 | 86 | 56 | 0 | 8 | 2B | AF | 4B | 21 |
| Octal | 25 | 221 | 206 | 126 | 0 | 10 | 53 | 257 | 113 | 41 |
| Binary | 10101 | 10010001 | 10000110 | 1010110 | 0 | 1000 | 101011 | 10101111 | 1001011 | 100001 |
Color Harmonies of #159186
Complementary color
Monochromatic Colors of #159186
Black with #159186
Text Example
Text Example
White with #159186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159186; }
p { color: rgb(21,145,134); }
H1.HeaderClassName
{
color: #159186;
}
.AnyTagClassName
{
color: #159186;
}
</style>
background-color css
<style>
a { background-color: #159186; }
a { background-color: rgb(21,145,134); }
div.DivClassName
{
background-color: #159186;
}
.BgClassName
{
background-color: #159186;
}
</style>
border-color css
<style>
span { border-color: #159186; }
span { border-color: rgb(21,145,134); }
td.TdClassName
{
border-color: #159186;
}
.TagClassName
{
border-color: #159186;
}
</style>