Shades of Dark Cyan #14808D
Tints of Dark Cyan #14808D
RGB
CMYK
RGB Variations
Color information
#14808D (or 0x14808D) is known color: Dark Cyan. HEX triplet: 14, 80 and 8D. RGB value is (20,128,141). Sum of RGB (Red+Green+Blue) = 20+128+141=289 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.92% from 289); Green value is 128 (50.39% from 255 or 44.29% from 289); Blue value is 141 (55.47% from 255 or 48.79% from 289); Max value from RGB is 141 - color contains mainly: blue. Hex color #14808D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14808D is #EB7F72. Grayscale: #616161. Windows color (decimal): -15433587 or 9273364. OLE color: 9273364.
HSL color Cylindrical-coordinate representation of color #14808D: hue angle of 186.45º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14808D is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 20 | 128 | 141 | - |
| CMYK | 0.86 | 0.09 | 0 | 0.45 |
| HSL | 186.45º | 0.75% | 0.32% | - |
| HSV(B) | 186.45º | 0.86% | 0.55% | - |
| XYZ | 12.82 | 17.51 | 27.9 | - |
| YUV | 97.19 | 152.72 | 72.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 128 | 141 | 0.86 | 0.09 | 0 | 0.45 | 186.45 | 0.75 | 0.32 |
| Hex | 14 | 80 | 8D | 56 | 9 | 0 | 2D | BA | 4B | 20 |
| Octal | 24 | 200 | 215 | 126 | 11 | 0 | 55 | 272 | 113 | 40 |
| Binary | 10100 | 10000000 | 10001101 | 1010110 | 1001 | 0 | 101101 | 10111010 | 1001011 | 100000 |
Color Harmonies of #14808D
Complementary color
Monochromatic Colors of #14808D
Black with #14808D
Text Example
Text Example
White with #14808D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14808D; }
p { color: rgb(20,128,141); }
H1.HeaderClassName
{
color: #14808D;
}
.AnyTagClassName
{
color: #14808D;
}
</style>
background-color css
<style>
a { background-color: #14808D; }
a { background-color: rgb(20,128,141); }
div.DivClassName
{
background-color: #14808D;
}
.BgClassName
{
background-color: #14808D;
}
</style>
border-color css
<style>
span { border-color: #14808D; }
span { border-color: rgb(20,128,141); }
td.TdClassName
{
border-color: #14808D;
}
.TagClassName
{
border-color: #14808D;
}
</style>