Shades of Dark Cyan #159183
Tints of Dark Cyan #159183
RGB
CMYK
RGB Variations
Color information
#159183 (or 0x159183) is known color: Dark Cyan. HEX triplet: 15, 91 and 83. RGB value is (21,145,131). Sum of RGB (Red+Green+Blue) = 21+145+131=297 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.07% from 297); Green value is 145 (57.03% from 255 or 48.82% from 297); Blue value is 131 (51.56% from 255 or 44.11% from 297); Max value from RGB is 145 - color contains mainly: green. Hex color #159183 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #159183 is #EA6E7C. Grayscale: #6A6A6A. Windows color (decimal): -15363709 or 8622357. OLE color: 8622357.
HSL color Cylindrical-coordinate representation of color #159183: hue angle of 173.23º 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 #159183 is Cyan = 0.86, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 21 | 145 | 131 | - |
| CMYK | 0.86 | 0 | 0.10 | 0.43 |
| HSL | 173.23º | 0.75% | 0.33% | - |
| HSV(B) | 173.23º | 0.86% | 0.57% | - |
| XYZ | 14.53 | 22.05 | 24.96 | - |
| YUV | 106.33 | 141.92 | 67.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 145 | 131 | 0.86 | 0 | 0.10 | 0.43 | 173.23 | 0.75 | 0.33 |
| Hex | 15 | 91 | 83 | 56 | 0 | A | 2B | AD | 4B | 21 |
| Octal | 25 | 221 | 203 | 126 | 0 | 12 | 53 | 255 | 113 | 41 |
| Binary | 10101 | 10010001 | 10000011 | 1010110 | 0 | 1010 | 101011 | 10101101 | 1001011 | 100001 |
Color Harmonies of #159183
Complementary color
Monochromatic Colors of #159183
Black with #159183
Text Example
Text Example
White with #159183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159183; }
p { color: rgb(21,145,131); }
H1.HeaderClassName
{
color: #159183;
}
.AnyTagClassName
{
color: #159183;
}
</style>
background-color css
<style>
a { background-color: #159183; }
a { background-color: rgb(21,145,131); }
div.DivClassName
{
background-color: #159183;
}
.BgClassName
{
background-color: #159183;
}
</style>
border-color css
<style>
span { border-color: #159183; }
span { border-color: rgb(21,145,131); }
td.TdClassName
{
border-color: #159183;
}
.TagClassName
{
border-color: #159183;
}
</style>