Shades of Dark Cyan #149086
Tints of Dark Cyan #149086
RGB
CMYK
RGB Variations
Color information
#149086 (or 0x149086) is known color: Dark Cyan. HEX triplet: 14, 90 and 86. RGB value is (20,144,134). Sum of RGB (Red+Green+Blue) = 20+144+134=298 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.71% from 298); Green value is 144 (56.64% from 255 or 48.32% from 298); Blue value is 134 (52.73% from 255 or 44.97% from 298); Max value from RGB is 144 - color contains mainly: green. Hex color #149086 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149086 is #EB6F79. Grayscale: #696969. Windows color (decimal): -15429498 or 8818708. OLE color: 8818708.
HSL color Cylindrical-coordinate representation of color #149086: hue angle of 175.16º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #149086 is Cyan = 0.86, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 144 | 134 | - |
| CMYK | 0.86 | 0 | 0.07 | 0.44 |
| HSL | 175.16º | 0.76% | 0.32% | - |
| HSV(B) | 175.16º | 0.86% | 0.56% | - |
| XYZ | 14.56 | 21.82 | 26 | - |
| YUV | 105.78 | 143.92 | 66.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 144 | 134 | 0.86 | 0 | 0.07 | 0.44 | 175.16 | 0.76 | 0.32 |
| Hex | 14 | 90 | 86 | 56 | 0 | 7 | 2C | AF | 4C | 20 |
| Octal | 24 | 220 | 206 | 126 | 0 | 7 | 54 | 257 | 114 | 40 |
| Binary | 10100 | 10010000 | 10000110 | 1010110 | 0 | 111 | 101100 | 10101111 | 1001100 | 100000 |
Color Harmonies of #149086
Complementary color
Monochromatic Colors of #149086
Black with #149086
Text Example
Text Example
White with #149086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149086; }
p { color: rgb(20,144,134); }
H1.HeaderClassName
{
color: #149086;
}
.AnyTagClassName
{
color: #149086;
}
</style>
background-color css
<style>
a { background-color: #149086; }
a { background-color: rgb(20,144,134); }
div.DivClassName
{
background-color: #149086;
}
.BgClassName
{
background-color: #149086;
}
</style>
border-color css
<style>
span { border-color: #149086; }
span { border-color: rgb(20,144,134); }
td.TdClassName
{
border-color: #149086;
}
.TagClassName
{
border-color: #149086;
}
</style>