Shades of Dark Cyan #159386
Tints of Dark Cyan #159386
RGB
CMYK
RGB Variations
Color information
#159386 (or 0x159386) is known color: Dark Cyan. HEX triplet: 15, 93 and 86. RGB value is (21,147,134). Sum of RGB (Red+Green+Blue) = 21+147+134=302 (40% of max value = 765). Red value is 21 (8.59% from 255 or 6.95% from 302); Green value is 147 (57.81% from 255 or 48.68% from 302); Blue value is 134 (52.73% from 255 or 44.37% from 302); Max value from RGB is 147 - color contains mainly: green. Hex color #159386 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159386 is #EA6C79. Grayscale: #6B6B6B. Windows color (decimal): -15363194 or 8819477. OLE color: 8819477.
HSL color Cylindrical-coordinate representation of color #159386: hue angle of 173.81º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #159386 is Cyan = 0.86, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 21 | 147 | 134 | - |
| CMYK | 0.86 | 0 | 0.09 | 0.42 |
| HSL | 173.81º | 0.75% | 0.33% | - |
| HSV(B) | 173.81º | 0.86% | 0.58% | - |
| XYZ | 15.05 | 22.75 | 26.15 | - |
| YUV | 107.84 | 142.76 | 66.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 147 | 134 | 0.86 | 0 | 0.09 | 0.42 | 173.81 | 0.75 | 0.33 |
| Hex | 15 | 93 | 86 | 56 | 0 | 9 | 2A | AE | 4B | 21 |
| Octal | 25 | 223 | 206 | 126 | 0 | 11 | 52 | 256 | 113 | 41 |
| Binary | 10101 | 10010011 | 10000110 | 1010110 | 0 | 1001 | 101010 | 10101110 | 1001011 | 100001 |
Color Harmonies of #159386
Complementary color
Monochromatic Colors of #159386
Black with #159386
Text Example
Text Example
White with #159386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159386; }
p { color: rgb(21,147,134); }
H1.HeaderClassName
{
color: #159386;
}
.AnyTagClassName
{
color: #159386;
}
</style>
background-color css
<style>
a { background-color: #159386; }
a { background-color: rgb(21,147,134); }
div.DivClassName
{
background-color: #159386;
}
.BgClassName
{
background-color: #159386;
}
</style>
border-color css
<style>
span { border-color: #159386; }
span { border-color: rgb(21,147,134); }
td.TdClassName
{
border-color: #159386;
}
.TagClassName
{
border-color: #159386;
}
</style>