Shades of Dark Cyan #149785
Tints of Dark Cyan #149785
RGB
CMYK
RGB Variations
Color information
#149785 (or 0x149785) is known color: Dark Cyan. HEX triplet: 14, 97 and 85. RGB value is (20,151,133). Sum of RGB (Red+Green+Blue) = 20+151+133=304 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.58% from 304); Green value is 151 (59.38% from 255 or 49.67% from 304); Blue value is 133 (52.34% from 255 or 43.75% from 304); Max value from RGB is 151 - color contains mainly: green. Hex color #149785 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149785 is #EB687A. Grayscale: #6D6D6D. Windows color (decimal): -15427707 or 8754964. OLE color: 8754964.
HSL color Cylindrical-coordinate representation of color #149785: hue angle of 171.76º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149785 is Cyan = 0.87, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 20 | 151 | 133 | - |
| CMYK | 0.87 | 0 | 0.12 | 0.41 |
| HSL | 171.76º | 0.77% | 0.34% | - |
| HSV(B) | 171.76º | 0.87% | 0.59% | - |
| XYZ | 15.59 | 23.98 | 26 | - |
| YUV | 109.78 | 141.1 | 63.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 151 | 133 | 0.87 | 0 | 0.12 | 0.41 | 171.76 | 0.77 | 0.34 |
| Hex | 14 | 97 | 85 | 57 | 0 | C | 29 | AC | 4D | 22 |
| Octal | 24 | 227 | 205 | 127 | 0 | 14 | 51 | 254 | 115 | 42 |
| Binary | 10100 | 10010111 | 10000101 | 1010111 | 0 | 1100 | 101001 | 10101100 | 1001101 | 100010 |
Color Harmonies of #149785
Complementary color
Monochromatic Colors of #149785
Black with #149785
Text Example
Text Example
White with #149785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149785; }
p { color: rgb(20,151,133); }
H1.HeaderClassName
{
color: #149785;
}
.AnyTagClassName
{
color: #149785;
}
</style>
background-color css
<style>
a { background-color: #149785; }
a { background-color: rgb(20,151,133); }
div.DivClassName
{
background-color: #149785;
}
.BgClassName
{
background-color: #149785;
}
</style>
border-color css
<style>
span { border-color: #149785; }
span { border-color: rgb(20,151,133); }
td.TdClassName
{
border-color: #149785;
}
.TagClassName
{
border-color: #149785;
}
</style>