Shades of Robin's Egg Blue #14E2B9
Tints of Robin's Egg Blue #14E2B9
RGB
CMYK
RGB Variations
Color information
#14E2B9 (or 0x14E2B9) is known color: Robin's Egg Blue. HEX triplet: 14, E2 and B9. RGB value is (20,226,185). Sum of RGB (Red+Green+Blue) = 20+226+185=431 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.64% from 431); Green value is 226 (88.67% from 255 or 52.44% from 431); Blue value is 185 (72.66% from 255 or 42.92% from 431); Max value from RGB is 226 - color contains mainly: green. Hex color #14E2B9 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14E2B9 is #EB1D46. Grayscale: #9F9F9F. Windows color (decimal): -15408455 or 12182036. OLE color: 12182036.
HSL color Cylindrical-coordinate representation of color #14E2B9: hue angle of 168.06º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E2B9 is Cyan = 0.91, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 20 | 226 | 185 | - |
| CMYK | 0.91 | 0 | 0.18 | 0.11 |
| HSL | 168.06º | 0.84% | 0.48% | - |
| HSV(B) | 168.06º | 0.91% | 0.89% | - |
| XYZ | 36.24 | 58.04 | 55.19 | - |
| YUV | 159.73 | 142.25 | 28.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 226 | 185 | 0.91 | 0 | 0.18 | 0.11 | 168.06 | 0.84 | 0.48 |
| Hex | 14 | E2 | B9 | 5B | 0 | 12 | B | A8 | 54 | 30 |
| Octal | 24 | 342 | 271 | 133 | 0 | 22 | 13 | 250 | 124 | 60 |
| Binary | 10100 | 11100010 | 10111001 | 1011011 | 0 | 10010 | 1011 | 10101000 | 1010100 | 110000 |
Color Harmonies of #14E2B9
Complementary color
Monochromatic Colors of #14E2B9
Black with #14E2B9
Text Example
Text Example
White with #14E2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E2B9; }
p { color: rgb(20,226,185); }
H1.HeaderClassName
{
color: #14E2B9;
}
.AnyTagClassName
{
color: #14E2B9;
}
</style>
background-color css
<style>
a { background-color: #14E2B9; }
a { background-color: rgb(20,226,185); }
div.DivClassName
{
background-color: #14E2B9;
}
.BgClassName
{
background-color: #14E2B9;
}
</style>
border-color css
<style>
span { border-color: #14E2B9; }
span { border-color: rgb(20,226,185); }
td.TdClassName
{
border-color: #14E2B9;
}
.TagClassName
{
border-color: #14E2B9;
}
</style>