Shades of Robin's Egg Blue #14E4BB
Tints of Robin's Egg Blue #14E4BB
RGB
CMYK
RGB Variations
Color information
#14E4BB (or 0x14E4BB) is known color: Robin's Egg Blue. HEX triplet: 14, E4 and BB. RGB value is (20,228,187). Sum of RGB (Red+Green+Blue) = 20+228+187=435 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.60% from 435); Green value is 228 (89.45% from 255 or 52.41% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 228 - color contains mainly: green. Hex color #14E4BB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14E4BB is #EB1B44. Grayscale: #A1A1A1. Windows color (decimal): -15407941 or 12313620. OLE color: 12313620.
HSL color Cylindrical-coordinate representation of color #14E4BB: hue angle of 168.17º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E4BB is Cyan = 0.91, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 20 | 228 | 187 | - |
| CMYK | 0.91 | 0 | 0.18 | 0.11 |
| HSL | 168.17º | 0.84% | 0.49% | - |
| HSV(B) | 168.17º | 0.91% | 0.89% | - |
| XYZ | 37 | 59.22 | 56.49 | - |
| YUV | 161.13 | 142.59 | 27.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 228 | 187 | 0.91 | 0 | 0.18 | 0.11 | 168.17 | 0.84 | 0.49 |
| Hex | 14 | E4 | BB | 5B | 0 | 12 | B | A8 | 54 | 31 |
| Octal | 24 | 344 | 273 | 133 | 0 | 22 | 13 | 250 | 124 | 61 |
| Binary | 10100 | 11100100 | 10111011 | 1011011 | 0 | 10010 | 1011 | 10101000 | 1010100 | 110001 |
Color Harmonies of #14E4BB
Complementary color
Monochromatic Colors of #14E4BB
Black with #14E4BB
Text Example
Text Example
White with #14E4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E4BB; }
p { color: rgb(20,228,187); }
H1.HeaderClassName
{
color: #14E4BB;
}
.AnyTagClassName
{
color: #14E4BB;
}
</style>
background-color css
<style>
a { background-color: #14E4BB; }
a { background-color: rgb(20,228,187); }
div.DivClassName
{
background-color: #14E4BB;
}
.BgClassName
{
background-color: #14E4BB;
}
</style>
border-color css
<style>
span { border-color: #14E4BB; }
span { border-color: rgb(20,228,187); }
td.TdClassName
{
border-color: #14E4BB;
}
.TagClassName
{
border-color: #14E4BB;
}
</style>