Shades of Dark Cyan #14888B
Tints of Dark Cyan #14888B
RGB
CMYK
RGB Variations
Color information
#14888B (or 0x14888B) is known color: Dark Cyan. HEX triplet: 14, 88 and 8B. RGB value is (20,136,139). Sum of RGB (Red+Green+Blue) = 20+136+139=295 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.78% from 295); Green value is 136 (53.52% from 255 or 46.10% from 295); Blue value is 139 (54.69% from 255 or 47.12% from 295); Max value from RGB is 139 - color contains mainly: blue. Hex color #14888B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14888B is #EB7774. Grayscale: #656565. Windows color (decimal): -15431541 or 9144340. OLE color: 9144340.
HSL color Cylindrical-coordinate representation of color #14888B: hue angle of 181.51º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14888B is Cyan = 0.86, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 20 | 136 | 139 | - |
| CMYK | 0.86 | 0.02 | 0 | 0.45 |
| HSL | 181.51º | 0.75% | 0.31% | - |
| HSV(B) | 181.51º | 0.86% | 0.55% | - |
| XYZ | 13.75 | 19.62 | 27.49 | - |
| YUV | 101.66 | 149.07 | 69.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 136 | 139 | 0.86 | 0.02 | 0 | 0.45 | 181.51 | 0.75 | 0.31 |
| Hex | 14 | 88 | 8B | 56 | 2 | 0 | 2D | B6 | 4B | 1F |
| Octal | 24 | 210 | 213 | 126 | 2 | 0 | 55 | 266 | 113 | 37 |
| Binary | 10100 | 10001000 | 10001011 | 1010110 | 10 | 0 | 101101 | 10110110 | 1001011 | 11111 |
Color Harmonies of #14888B
Complementary color
Monochromatic Colors of #14888B
Black with #14888B
Text Example
Text Example
White with #14888B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14888B; }
p { color: rgb(20,136,139); }
H1.HeaderClassName
{
color: #14888B;
}
.AnyTagClassName
{
color: #14888B;
}
</style>
background-color css
<style>
a { background-color: #14888B; }
a { background-color: rgb(20,136,139); }
div.DivClassName
{
background-color: #14888B;
}
.BgClassName
{
background-color: #14888B;
}
</style>
border-color css
<style>
span { border-color: #14888B; }
span { border-color: rgb(20,136,139); }
td.TdClassName
{
border-color: #14888B;
}
.TagClassName
{
border-color: #14888B;
}
</style>