Shades of Robin's Egg Blue #00D8BE
Tints of Robin's Egg Blue #00D8BE
RGB
CMYK
RGB Variations
Color information
#00D8BE (or 0x00D8BE) is known color: Robin's Egg Blue. HEX triplet: 00, D8 and BE. RGB value is (0,216,190). Sum of RGB (Red+Green+Blue) = 0+216+190=406 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 406); Green value is 216 (84.77% from 255 or 53.20% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 216 - color contains mainly: green. Hex color #00D8BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00D8BE is #FF2741. Grayscale: #949494. Windows color (decimal): -16721730 or 12507136. OLE color: 12507136.
HSL color Cylindrical-coordinate representation of color #00D8BE: hue angle of 172.78º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D8BE is Cyan = 1, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 0 | 216 | 190 | - |
| CMYK | 1 | 0 | 0.12 | 0.15 |
| HSL | 172.78º | 1% | 0.42% | - |
| HSV(B) | 172.78º | 1% | 0.85% | - |
| XYZ | 33.85 | 52.83 | 57.13 | - |
| YUV | 148.45 | 151.44 | 22.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 216 | 190 | 1 | 0 | 0.12 | 0.15 | 172.78 | 1 | 0.42 |
| Hex | 0 | D8 | BE | 64 | 0 | C | F | AD | 64 | 2A |
| Octal | 0 | 330 | 276 | 144 | 0 | 14 | 17 | 255 | 144 | 52 |
| Binary | 0 | 11011000 | 10111110 | 1100100 | 0 | 1100 | 1111 | 10101101 | 1100100 | 101010 |
Color Harmonies of #00D8BE
Complementary color
Monochromatic Colors of #00D8BE
Black with #00D8BE
Text Example
Text Example
White with #00D8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D8BE; }
p { color: rgb(0,216,190); }
H1.HeaderClassName
{
color: #00D8BE;
}
.AnyTagClassName
{
color: #00D8BE;
}
</style>
background-color css
<style>
a { background-color: #00D8BE; }
a { background-color: rgb(0,216,190); }
div.DivClassName
{
background-color: #00D8BE;
}
.BgClassName
{
background-color: #00D8BE;
}
</style>
border-color css
<style>
span { border-color: #00D8BE; }
span { border-color: rgb(0,216,190); }
td.TdClassName
{
border-color: #00D8BE;
}
.TagClassName
{
border-color: #00D8BE;
}
</style>