Shades of Dark Cyan #14858D
Tints of Dark Cyan #14858D
RGB
CMYK
RGB Variations
Color information
#14858D (or 0x14858D) is known color: Dark Cyan. HEX triplet: 14, 85 and 8D. RGB value is (20,133,141). Sum of RGB (Red+Green+Blue) = 20+133+141=294 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.80% from 294); Green value is 133 (52.34% from 255 or 45.24% from 294); Blue value is 141 (55.47% from 255 or 47.96% from 294); Max value from RGB is 141 - color contains mainly: blue. Hex color #14858D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14858D is #EB7A72. Grayscale: #636363. Windows color (decimal): -15432307 or 9274644. OLE color: 9274644.
HSL color Cylindrical-coordinate representation of color #14858D: hue angle of 183.97º 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 #14858D is Cyan = 0.86, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 20 | 133 | 141 | - |
| CMYK | 0.86 | 0.06 | 0 | 0.45 |
| HSL | 183.97º | 0.75% | 0.32% | - |
| HSV(B) | 183.97º | 0.86% | 0.55% | - |
| XYZ | 13.48 | 18.85 | 28.13 | - |
| YUV | 100.13 | 151.06 | 70.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 133 | 141 | 0.86 | 0.06 | 0 | 0.45 | 183.97 | 0.75 | 0.32 |
| Hex | 14 | 85 | 8D | 56 | 6 | 0 | 2D | B8 | 4B | 20 |
| Octal | 24 | 205 | 215 | 126 | 6 | 0 | 55 | 270 | 113 | 40 |
| Binary | 10100 | 10000101 | 10001101 | 1010110 | 110 | 0 | 101101 | 10111000 | 1001011 | 100000 |
Color Harmonies of #14858D
Complementary color
Monochromatic Colors of #14858D
Black with #14858D
Text Example
Text Example
White with #14858D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14858D; }
p { color: rgb(20,133,141); }
H1.HeaderClassName
{
color: #14858D;
}
.AnyTagClassName
{
color: #14858D;
}
</style>
background-color css
<style>
a { background-color: #14858D; }
a { background-color: rgb(20,133,141); }
div.DivClassName
{
background-color: #14858D;
}
.BgClassName
{
background-color: #14858D;
}
</style>
border-color css
<style>
span { border-color: #14858D; }
span { border-color: rgb(20,133,141); }
td.TdClassName
{
border-color: #14858D;
}
.TagClassName
{
border-color: #14858D;
}
</style>