Shades of Dark Cyan #149185
Tints of Dark Cyan #149185
RGB
CMYK
RGB Variations
Color information
#149185 (or 0x149185) is known color: Dark Cyan. HEX triplet: 14, 91 and 85. RGB value is (20,145,133). Sum of RGB (Red+Green+Blue) = 20+145+133=298 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.71% from 298); Green value is 145 (57.03% from 255 or 48.66% from 298); Blue value is 133 (52.34% from 255 or 44.63% from 298); Max value from RGB is 145 - color contains mainly: green. Hex color #149185 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149185 is #EB6E7A. Grayscale: #6A6A6A. Windows color (decimal): -15429243 or 8753428. OLE color: 8753428.
HSL color Cylindrical-coordinate representation of color #149185: hue angle of 174.24º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #149185 is Cyan = 0.86, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 20 | 145 | 133 | - |
| CMYK | 0.86 | 0 | 0.08 | 0.43 |
| HSL | 174.24º | 0.76% | 0.32% | - |
| HSV(B) | 174.24º | 0.86% | 0.57% | - |
| XYZ | 14.65 | 22.09 | 25.68 | - |
| YUV | 106.26 | 143.09 | 66.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 145 | 133 | 0.86 | 0 | 0.08 | 0.43 | 174.24 | 0.76 | 0.32 |
| Hex | 14 | 91 | 85 | 56 | 0 | 8 | 2B | AE | 4C | 20 |
| Octal | 24 | 221 | 205 | 126 | 0 | 10 | 53 | 256 | 114 | 40 |
| Binary | 10100 | 10010001 | 10000101 | 1010110 | 0 | 1000 | 101011 | 10101110 | 1001100 | 100000 |
Color Harmonies of #149185
Complementary color
Monochromatic Colors of #149185
Black with #149185
Text Example
Text Example
White with #149185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149185; }
p { color: rgb(20,145,133); }
H1.HeaderClassName
{
color: #149185;
}
.AnyTagClassName
{
color: #149185;
}
</style>
background-color css
<style>
a { background-color: #149185; }
a { background-color: rgb(20,145,133); }
div.DivClassName
{
background-color: #149185;
}
.BgClassName
{
background-color: #149185;
}
</style>
border-color css
<style>
span { border-color: #149185; }
span { border-color: rgb(20,145,133); }
td.TdClassName
{
border-color: #149185;
}
.TagClassName
{
border-color: #149185;
}
</style>