Shades of Robin's Egg Blue #14E0C0
Tints of Robin's Egg Blue #14E0C0
RGB
CMYK
RGB Variations
Color information
#14E0C0 (or 0x14E0C0) is known color: Robin's Egg Blue. HEX triplet: 14, E0 and C0. RGB value is (20,224,192). Sum of RGB (Red+Green+Blue) = 20+224+192=436 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.59% from 436); Green value is 224 (87.89% from 255 or 51.38% from 436); Blue value is 192 (75.39% from 255 or 44.04% from 436); Max value from RGB is 224 - color contains mainly: green. Hex color #14E0C0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14E0C0 is #EB1F3F. Grayscale: #9F9F9F. Windows color (decimal): -15408960 or 12640276. OLE color: 12640276.
HSL color Cylindrical-coordinate representation of color #14E0C0: hue angle of 170.59º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E0C0 is Cyan = 0.91, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 20 | 224 | 192 | - |
| CMYK | 0.91 | 0 | 0.14 | 0.12 |
| HSL | 170.59º | 0.84% | 0.48% | - |
| HSV(B) | 170.59º | 0.91% | 0.88% | - |
| XYZ | 36.46 | 57.27 | 59 | - |
| YUV | 159.36 | 146.41 | 28.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 224 | 192 | 0.91 | 0 | 0.14 | 0.12 | 170.59 | 0.84 | 0.48 |
| Hex | 14 | E0 | C0 | 5B | 0 | E | C | AB | 54 | 30 |
| Octal | 24 | 340 | 300 | 133 | 0 | 16 | 14 | 253 | 124 | 60 |
| Binary | 10100 | 11100000 | 11000000 | 1011011 | 0 | 1110 | 1100 | 10101011 | 1010100 | 110000 |
Color Harmonies of #14E0C0
Complementary color
Monochromatic Colors of #14E0C0
Black with #14E0C0
Text Example
Text Example
White with #14E0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E0C0; }
p { color: rgb(20,224,192); }
H1.HeaderClassName
{
color: #14E0C0;
}
.AnyTagClassName
{
color: #14E0C0;
}
</style>
background-color css
<style>
a { background-color: #14E0C0; }
a { background-color: rgb(20,224,192); }
div.DivClassName
{
background-color: #14E0C0;
}
.BgClassName
{
background-color: #14E0C0;
}
</style>
border-color css
<style>
span { border-color: #14E0C0; }
span { border-color: rgb(20,224,192); }
td.TdClassName
{
border-color: #14E0C0;
}
.TagClassName
{
border-color: #14E0C0;
}
</style>