Shades of Dark Cyan #14918B
Tints of Dark Cyan #14918B
RGB
CMYK
RGB Variations
Color information
#14918B (or 0x14918B) is known color: Dark Cyan. HEX triplet: 14, 91 and 8B. RGB value is (20,145,139). Sum of RGB (Red+Green+Blue) = 20+145+139=304 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.58% from 304); Green value is 145 (57.03% from 255 or 47.70% from 304); Blue value is 139 (54.69% from 255 or 45.72% from 304); Max value from RGB is 145 - color contains mainly: green. Hex color #14918B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14918B is #EB6E74. Grayscale: #6A6A6A. Windows color (decimal): -15429237 or 9146644. OLE color: 9146644.
HSL color Cylindrical-coordinate representation of color #14918B: hue angle of 177.12º 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 #14918B is Cyan = 0.86, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 20 | 145 | 139 | - |
| CMYK | 0.86 | 0 | 0.04 | 0.43 |
| HSL | 177.12º | 0.76% | 0.32% | - |
| HSV(B) | 177.12º | 0.86% | 0.57% | - |
| XYZ | 15.07 | 22.26 | 27.93 | - |
| YUV | 106.94 | 146.09 | 65.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 145 | 139 | 0.86 | 0 | 0.04 | 0.43 | 177.12 | 0.76 | 0.32 |
| Hex | 14 | 91 | 8B | 56 | 0 | 4 | 2B | B1 | 4C | 20 |
| Octal | 24 | 221 | 213 | 126 | 0 | 4 | 53 | 261 | 114 | 40 |
| Binary | 10100 | 10010001 | 10001011 | 1010110 | 0 | 100 | 101011 | 10110001 | 1001100 | 100000 |
Color Harmonies of #14918B
Complementary color
Monochromatic Colors of #14918B
Black with #14918B
Text Example
Text Example
White with #14918B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14918B; }
p { color: rgb(20,145,139); }
H1.HeaderClassName
{
color: #14918B;
}
.AnyTagClassName
{
color: #14918B;
}
</style>
background-color css
<style>
a { background-color: #14918B; }
a { background-color: rgb(20,145,139); }
div.DivClassName
{
background-color: #14918B;
}
.BgClassName
{
background-color: #14918B;
}
</style>
border-color css
<style>
span { border-color: #14918B; }
span { border-color: rgb(20,145,139); }
td.TdClassName
{
border-color: #14918B;
}
.TagClassName
{
border-color: #14918B;
}
</style>