Shades of Robin's Egg Blue #14E1BB
Tints of Robin's Egg Blue #14E1BB
RGB
CMYK
RGB Variations
Color information
#14E1BB (or 0x14E1BB) is known color: Robin's Egg Blue. HEX triplet: 14, E1 and BB. RGB value is (20,225,187). Sum of RGB (Red+Green+Blue) = 20+225+187=432 (57% of max value = 765). Red value is 20 (8.20% from 255 or 4.63% from 432); Green value is 225 (88.28% from 255 or 52.08% from 432); Blue value is 187 (73.44% from 255 or 43.29% from 432); Max value from RGB is 225 - color contains mainly: green. Hex color #14E1BB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14E1BB is #EB1E44. Grayscale: #9F9F9F. Windows color (decimal): -15408709 or 12312852. OLE color: 12312852.
HSL color Cylindrical-coordinate representation of color #14E1BB: hue angle of 168.88º 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 #14E1BB is Cyan = 0.91, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 20 | 225 | 187 | - |
| CMYK | 0.91 | 0 | 0.17 | 0.12 |
| HSL | 168.88º | 0.84% | 0.48% | - |
| HSV(B) | 168.88º | 0.91% | 0.88% | - |
| XYZ | 36.18 | 57.59 | 56.22 | - |
| YUV | 159.37 | 143.58 | 28.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 225 | 187 | 0.91 | 0 | 0.17 | 0.12 | 168.88 | 0.84 | 0.48 |
| Hex | 14 | E1 | BB | 5B | 0 | 11 | C | A9 | 54 | 30 |
| Octal | 24 | 341 | 273 | 133 | 0 | 21 | 14 | 251 | 124 | 60 |
| Binary | 10100 | 11100001 | 10111011 | 1011011 | 0 | 10001 | 1100 | 10101001 | 1010100 | 110000 |
Color Harmonies of #14E1BB
Complementary color
Monochromatic Colors of #14E1BB
Black with #14E1BB
Text Example
Text Example
White with #14E1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E1BB; }
p { color: rgb(20,225,187); }
H1.HeaderClassName
{
color: #14E1BB;
}
.AnyTagClassName
{
color: #14E1BB;
}
</style>
background-color css
<style>
a { background-color: #14E1BB; }
a { background-color: rgb(20,225,187); }
div.DivClassName
{
background-color: #14E1BB;
}
.BgClassName
{
background-color: #14E1BB;
}
</style>
border-color css
<style>
span { border-color: #14E1BB; }
span { border-color: rgb(20,225,187); }
td.TdClassName
{
border-color: #14E1BB;
}
.TagClassName
{
border-color: #14E1BB;
}
</style>