Shades of Robin's Egg Blue #00D6BE
Tints of Robin's Egg Blue #00D6BE
RGB
CMYK
RGB Variations
Color information
#00D6BE (or 0x00D6BE) is known color: Robin's Egg Blue. HEX triplet: 00, D6 and BE. RGB value is (0,214,190). Sum of RGB (Red+Green+Blue) = 0+214+190=404 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 404); Green value is 214 (83.98% from 255 or 52.97% from 404); Blue value is 190 (74.61% from 255 or 47.03% from 404); Max value from RGB is 214 - color contains mainly: green. Hex color #00D6BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00D6BE is #FF2941. Grayscale: #939393. Windows color (decimal): -16722242 or 12506624. OLE color: 12506624.
HSL color Cylindrical-coordinate representation of color #00D6BE: hue angle of 173.27º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D6BE is Cyan = 1, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 214 | 190 | - |
| CMYK | 1 | 0 | 0.11 | 0.16 |
| HSL | 173.27º | 1% | 0.42% | - |
| HSV(B) | 173.27º | 1% | 0.84% | - |
| XYZ | 33.34 | 51.81 | 56.96 | - |
| YUV | 147.28 | 152.1 | 22.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 214 | 190 | 1 | 0 | 0.11 | 0.16 | 173.27 | 1 | 0.42 |
| Hex | 0 | D6 | BE | 64 | 0 | B | 10 | AD | 64 | 2A |
| Octal | 0 | 326 | 276 | 144 | 0 | 13 | 20 | 255 | 144 | 52 |
| Binary | 0 | 11010110 | 10111110 | 1100100 | 0 | 1011 | 10000 | 10101101 | 1100100 | 101010 |
Color Harmonies of #00D6BE
Complementary color
Monochromatic Colors of #00D6BE
Black with #00D6BE
Text Example
Text Example
White with #00D6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D6BE; }
p { color: rgb(0,214,190); }
H1.HeaderClassName
{
color: #00D6BE;
}
.AnyTagClassName
{
color: #00D6BE;
}
</style>
background-color css
<style>
a { background-color: #00D6BE; }
a { background-color: rgb(0,214,190); }
div.DivClassName
{
background-color: #00D6BE;
}
.BgClassName
{
background-color: #00D6BE;
}
</style>
border-color css
<style>
span { border-color: #00D6BE; }
span { border-color: rgb(0,214,190); }
td.TdClassName
{
border-color: #00D6BE;
}
.TagClassName
{
border-color: #00D6BE;
}
</style>