Shades of Dark Cyan #149686
Tints of Dark Cyan #149686
RGB
CMYK
RGB Variations
Color information
#149686 (or 0x149686) is known color: Dark Cyan. HEX triplet: 14, 96 and 86. RGB value is (20,150,134). Sum of RGB (Red+Green+Blue) = 20+150+134=304 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.58% from 304); Green value is 150 (58.98% from 255 or 49.34% from 304); Blue value is 134 (52.73% from 255 or 44.08% from 304); Max value from RGB is 150 - color contains mainly: green. Hex color #149686 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149686 is #EB6979. Grayscale: #6D6D6D. Windows color (decimal): -15427962 or 8820244. OLE color: 8820244.
HSL color Cylindrical-coordinate representation of color #149686: hue angle of 172.62º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149686 is Cyan = 0.87, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 20 | 150 | 134 | - |
| CMYK | 0.87 | 0 | 0.11 | 0.41 |
| HSL | 172.62º | 0.76% | 0.33% | - |
| HSV(B) | 172.62º | 0.87% | 0.59% | - |
| XYZ | 15.5 | 23.68 | 26.31 | - |
| YUV | 109.31 | 141.93 | 64.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 150 | 134 | 0.87 | 0 | 0.11 | 0.41 | 172.62 | 0.76 | 0.33 |
| Hex | 14 | 96 | 86 | 57 | 0 | B | 29 | AD | 4C | 21 |
| Octal | 24 | 226 | 206 | 127 | 0 | 13 | 51 | 255 | 114 | 41 |
| Binary | 10100 | 10010110 | 10000110 | 1010111 | 0 | 1011 | 101001 | 10101101 | 1001100 | 100001 |
Color Harmonies of #149686
Complementary color
Monochromatic Colors of #149686
Black with #149686
Text Example
Text Example
White with #149686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149686; }
p { color: rgb(20,150,134); }
H1.HeaderClassName
{
color: #149686;
}
.AnyTagClassName
{
color: #149686;
}
</style>
background-color css
<style>
a { background-color: #149686; }
a { background-color: rgb(20,150,134); }
div.DivClassName
{
background-color: #149686;
}
.BgClassName
{
background-color: #149686;
}
</style>
border-color css
<style>
span { border-color: #149686; }
span { border-color: rgb(20,150,134); }
td.TdClassName
{
border-color: #149686;
}
.TagClassName
{
border-color: #149686;
}
</style>