Shades of Robin's Egg Blue #14E0C2
Tints of Robin's Egg Blue #14E0C2
RGB
CMYK
RGB Variations
Color information
#14E0C2 (or 0x14E0C2) is known color: Robin's Egg Blue. HEX triplet: 14, E0 and C2. RGB value is (20,224,194). Sum of RGB (Red+Green+Blue) = 20+224+194=438 (58% of max value = 765). Red value is 20 (8.20% from 255 or 4.57% from 438); Green value is 224 (87.89% from 255 or 51.14% from 438); Blue value is 194 (76.17% from 255 or 44.29% from 438); Max value from RGB is 224 - color contains mainly: green. Hex color #14E0C2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14E0C2 is #EB1F3D. Grayscale: #9F9F9F. Windows color (decimal): -15408958 or 12771348. OLE color: 12771348.
HSL color Cylindrical-coordinate representation of color #14E0C2: hue angle of 171.18º 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 #14E0C2 is Cyan = 0.91, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 20 | 224 | 194 | - |
| CMYK | 0.91 | 0 | 0.13 | 0.12 |
| HSL | 171.18º | 0.84% | 0.48% | - |
| HSV(B) | 171.18º | 0.91% | 0.88% | - |
| XYZ | 36.68 | 57.36 | 60.18 | - |
| YUV | 159.58 | 147.41 | 28.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 224 | 194 | 0.91 | 0 | 0.13 | 0.12 | 171.18 | 0.84 | 0.48 |
| Hex | 14 | E0 | C2 | 5B | 0 | D | C | AB | 54 | 30 |
| Octal | 24 | 340 | 302 | 133 | 0 | 15 | 14 | 253 | 124 | 60 |
| Binary | 10100 | 11100000 | 11000010 | 1011011 | 0 | 1101 | 1100 | 10101011 | 1010100 | 110000 |
Color Harmonies of #14E0C2
Complementary color
Monochromatic Colors of #14E0C2
Black with #14E0C2
Text Example
Text Example
White with #14E0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E0C2; }
p { color: rgb(20,224,194); }
H1.HeaderClassName
{
color: #14E0C2;
}
.AnyTagClassName
{
color: #14E0C2;
}
</style>
background-color css
<style>
a { background-color: #14E0C2; }
a { background-color: rgb(20,224,194); }
div.DivClassName
{
background-color: #14E0C2;
}
.BgClassName
{
background-color: #14E0C2;
}
</style>
border-color css
<style>
span { border-color: #14E0C2; }
span { border-color: rgb(20,224,194); }
td.TdClassName
{
border-color: #14E0C2;
}
.TagClassName
{
border-color: #14E0C2;
}
</style>