Shades of Dark Cyan #14898D
Tints of Dark Cyan #14898D
RGB
CMYK
RGB Variations
Color information
#14898D (or 0x14898D) is known color: Dark Cyan. HEX triplet: 14, 89 and 8D. RGB value is (20,137,141). Sum of RGB (Red+Green+Blue) = 20+137+141=298 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.71% from 298); Green value is 137 (53.91% from 255 or 45.97% from 298); Blue value is 141 (55.47% from 255 or 47.32% from 298); Max value from RGB is 141 - color contains mainly: blue. Hex color #14898D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14898D is #EB7672. Grayscale: #666666. Windows color (decimal): -15431283 or 9275668. OLE color: 9275668.
HSL color Cylindrical-coordinate representation of color #14898D: hue angle of 181.98º 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 #14898D is Cyan = 0.86, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 20 | 137 | 141 | - |
| CMYK | 0.86 | 0.03 | 0 | 0.45 |
| HSL | 181.98º | 0.75% | 0.32% | - |
| HSV(B) | 181.98º | 0.86% | 0.55% | - |
| XYZ | 14.04 | 19.96 | 28.31 | - |
| YUV | 102.47 | 149.74 | 69.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 137 | 141 | 0.86 | 0.03 | 0 | 0.45 | 181.98 | 0.75 | 0.32 |
| Hex | 14 | 89 | 8D | 56 | 3 | 0 | 2D | B6 | 4B | 20 |
| Octal | 24 | 211 | 215 | 126 | 3 | 0 | 55 | 266 | 113 | 40 |
| Binary | 10100 | 10001001 | 10001101 | 1010110 | 11 | 0 | 101101 | 10110110 | 1001011 | 100000 |
Color Harmonies of #14898D
Complementary color
Monochromatic Colors of #14898D
Black with #14898D
Text Example
Text Example
White with #14898D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14898D; }
p { color: rgb(20,137,141); }
H1.HeaderClassName
{
color: #14898D;
}
.AnyTagClassName
{
color: #14898D;
}
</style>
background-color css
<style>
a { background-color: #14898D; }
a { background-color: rgb(20,137,141); }
div.DivClassName
{
background-color: #14898D;
}
.BgClassName
{
background-color: #14898D;
}
</style>
border-color css
<style>
span { border-color: #14898D; }
span { border-color: rgb(20,137,141); }
td.TdClassName
{
border-color: #14898D;
}
.TagClassName
{
border-color: #14898D;
}
</style>