Shades of Dark Cyan #14908B
Tints of Dark Cyan #14908B
RGB
CMYK
RGB Variations
Color information
#14908B (or 0x14908B) is known color: Dark Cyan. HEX triplet: 14, 90 and 8B. RGB value is (20,144,139). Sum of RGB (Red+Green+Blue) = 20+144+139=303 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.60% from 303); Green value is 144 (56.64% from 255 or 47.52% from 303); Blue value is 139 (54.69% from 255 or 45.87% from 303); Max value from RGB is 144 - color contains mainly: green. Hex color #14908B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14908B is #EB6F74. Grayscale: #6A6A6A. Windows color (decimal): -15429493 or 9146388. OLE color: 9146388.
HSL color Cylindrical-coordinate representation of color #14908B: hue angle of 177.58º 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 #14908B is Cyan = 0.86, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 144 | 139 | - |
| CMYK | 0.86 | 0 | 0.03 | 0.44 |
| HSL | 177.58º | 0.76% | 0.32% | - |
| HSV(B) | 177.58º | 0.86% | 0.56% | - |
| XYZ | 14.92 | 21.96 | 27.88 | - |
| YUV | 106.35 | 146.42 | 66.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 144 | 139 | 0.86 | 0 | 0.03 | 0.44 | 177.58 | 0.76 | 0.32 |
| Hex | 14 | 90 | 8B | 56 | 0 | 3 | 2C | B2 | 4C | 20 |
| Octal | 24 | 220 | 213 | 126 | 0 | 3 | 54 | 262 | 114 | 40 |
| Binary | 10100 | 10010000 | 10001011 | 1010110 | 0 | 11 | 101100 | 10110010 | 1001100 | 100000 |
Color Harmonies of #14908B
Complementary color
Monochromatic Colors of #14908B
Black with #14908B
Text Example
Text Example
White with #14908B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14908B; }
p { color: rgb(20,144,139); }
H1.HeaderClassName
{
color: #14908B;
}
.AnyTagClassName
{
color: #14908B;
}
</style>
background-color css
<style>
a { background-color: #14908B; }
a { background-color: rgb(20,144,139); }
div.DivClassName
{
background-color: #14908B;
}
.BgClassName
{
background-color: #14908B;
}
</style>
border-color css
<style>
span { border-color: #14908B; }
span { border-color: rgb(20,144,139); }
td.TdClassName
{
border-color: #14908B;
}
.TagClassName
{
border-color: #14908B;
}
</style>