Shades of Dark Cyan #159384
Tints of Dark Cyan #159384
RGB
CMYK
RGB Variations
Color information
#159384 (or 0x159384) is known color: Dark Cyan. HEX triplet: 15, 93 and 84. RGB value is (21,147,132). Sum of RGB (Red+Green+Blue) = 21+147+132=300 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7% from 300); Green value is 147 (57.81% from 255 or 49% from 300); Blue value is 132 (51.95% from 255 or 44% from 300); Max value from RGB is 147 - color contains mainly: green. Hex color #159384 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159384 is #EA6C7B. Grayscale: #6B6B6B. Windows color (decimal): -15363196 or 8688405. OLE color: 8688405.
HSL color Cylindrical-coordinate representation of color #159384: hue angle of 172.86º 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 #159384 is Cyan = 0.86, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 21 | 147 | 132 | - |
| CMYK | 0.86 | 0 | 0.10 | 0.42 |
| HSL | 172.86º | 0.75% | 0.33% | - |
| HSV(B) | 172.86º | 0.86% | 0.58% | - |
| XYZ | 14.91 | 22.69 | 25.42 | - |
| YUV | 107.62 | 141.76 | 66.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 147 | 132 | 0.86 | 0 | 0.10 | 0.42 | 172.86 | 0.75 | 0.33 |
| Hex | 15 | 93 | 84 | 56 | 0 | A | 2A | AD | 4B | 21 |
| Octal | 25 | 223 | 204 | 126 | 0 | 12 | 52 | 255 | 113 | 41 |
| Binary | 10101 | 10010011 | 10000100 | 1010110 | 0 | 1010 | 101010 | 10101101 | 1001011 | 100001 |
Color Harmonies of #159384
Complementary color
Monochromatic Colors of #159384
Black with #159384
Text Example
Text Example
White with #159384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159384; }
p { color: rgb(21,147,132); }
H1.HeaderClassName
{
color: #159384;
}
.AnyTagClassName
{
color: #159384;
}
</style>
background-color css
<style>
a { background-color: #159384; }
a { background-color: rgb(21,147,132); }
div.DivClassName
{
background-color: #159384;
}
.BgClassName
{
background-color: #159384;
}
</style>
border-color css
<style>
span { border-color: #159384; }
span { border-color: rgb(21,147,132); }
td.TdClassName
{
border-color: #159384;
}
.TagClassName
{
border-color: #159384;
}
</style>