Shades of Robin's Egg Blue #16E0BC
Tints of Robin's Egg Blue #16E0BC
RGB
CMYK
RGB Variations
Color information
#16E0BC (or 0x16E0BC) is known color: Robin's Egg Blue. HEX triplet: 16, E0 and BC. RGB value is (22,224,188). Sum of RGB (Red+Green+Blue) = 22+224+188=434 (57% of max value = 765). Red value is 22 (8.98% from 255 or 5.07% from 434); Green value is 224 (87.89% from 255 or 51.61% from 434); Blue value is 188 (73.83% from 255 or 43.32% from 434); Max value from RGB is 224 - color contains mainly: green. Hex color #16E0BC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #16E0BC is #E91F43. Grayscale: #9F9F9F. Windows color (decimal): -15277892 or 12378134. OLE color: 12378134.
HSL color Cylindrical-coordinate representation of color #16E0BC: hue angle of 169.31º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #16E0BC is Cyan = 0.90, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 22 | 224 | 188 | - |
| CMYK | 0.90 | 0 | 0.16 | 0.12 |
| HSL | 169.31º | 0.82% | 0.48% | - |
| HSV(B) | 169.31º | 0.9% | 0.88% | - |
| XYZ | 36.06 | 57.11 | 56.7 | - |
| YUV | 159.5 | 144.08 | 29.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 224 | 188 | 0.90 | 0 | 0.16 | 0.12 | 169.31 | 0.82 | 0.48 |
| Hex | 16 | E0 | BC | 5A | 0 | 10 | C | A9 | 52 | 30 |
| Octal | 26 | 340 | 274 | 132 | 0 | 20 | 14 | 251 | 122 | 60 |
| Binary | 10110 | 11100000 | 10111100 | 1011010 | 0 | 10000 | 1100 | 10101001 | 1010010 | 110000 |
Color Harmonies of #16E0BC
Complementary color
Monochromatic Colors of #16E0BC
Black with #16E0BC
Text Example
Text Example
White with #16E0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16E0BC; }
p { color: rgb(22,224,188); }
H1.HeaderClassName
{
color: #16E0BC;
}
.AnyTagClassName
{
color: #16E0BC;
}
</style>
background-color css
<style>
a { background-color: #16E0BC; }
a { background-color: rgb(22,224,188); }
div.DivClassName
{
background-color: #16E0BC;
}
.BgClassName
{
background-color: #16E0BC;
}
</style>
border-color css
<style>
span { border-color: #16E0BC; }
span { border-color: rgb(22,224,188); }
td.TdClassName
{
border-color: #16E0BC;
}
.TagClassName
{
border-color: #16E0BC;
}
</style>