Shades of Robin's Egg Blue #0ED2BE
Tints of Robin's Egg Blue #0ED2BE
RGB
CMYK
RGB Variations
Color information
#0ED2BE (or 0x0ED2BE) is known color: Robin's Egg Blue. HEX triplet: 0E, D2 and BE. RGB value is (14,210,190). Sum of RGB (Red+Green+Blue) = 14+210+190=414 (54% of max value = 765). Red value is 14 (5.86% from 255 or 3.38% from 414); Green value is 210 (82.42% from 255 or 50.72% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 210 - color contains mainly: green. Hex color #0ED2BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #0ED2BE is #F12D41. Grayscale: #959595. Windows color (decimal): -15805762 or 12505614. OLE color: 12505614.
HSL color Cylindrical-coordinate representation of color #0ED2BE: hue angle of 173.88º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ED2BE is Cyan = 0.93, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 14 | 210 | 190 | - |
| CMYK | 0.93 | 0 | 0.10 | 0.18 |
| HSL | 173.88º | 0.88% | 0.44% | - |
| HSV(B) | 173.88º | 0.93% | 0.82% | - |
| XYZ | 32.52 | 49.9 | 56.63 | - |
| YUV | 149.12 | 151.07 | 31.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 210 | 190 | 0.93 | 0 | 0.10 | 0.18 | 173.88 | 0.88 | 0.44 |
| Hex | E | D2 | BE | 5D | 0 | A | 12 | AE | 58 | 2C |
| Octal | 16 | 322 | 276 | 135 | 0 | 12 | 22 | 256 | 130 | 54 |
| Binary | 1110 | 11010010 | 10111110 | 1011101 | 0 | 1010 | 10010 | 10101110 | 1011000 | 101100 |
Color Harmonies of #0ED2BE
Complementary color
Monochromatic Colors of #0ED2BE
Black with #0ED2BE
Text Example
Text Example
White with #0ED2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ED2BE; }
p { color: rgb(14,210,190); }
H1.HeaderClassName
{
color: #0ED2BE;
}
.AnyTagClassName
{
color: #0ED2BE;
}
</style>
background-color css
<style>
a { background-color: #0ED2BE; }
a { background-color: rgb(14,210,190); }
div.DivClassName
{
background-color: #0ED2BE;
}
.BgClassName
{
background-color: #0ED2BE;
}
</style>
border-color css
<style>
span { border-color: #0ED2BE; }
span { border-color: rgb(14,210,190); }
td.TdClassName
{
border-color: #0ED2BE;
}
.TagClassName
{
border-color: #0ED2BE;
}
</style>