Shades of Robin's Egg Blue #00D6BA
Tints of Robin's Egg Blue #00D6BA
RGB
CMYK
RGB Variations
Color information
#00D6BA (or 0x00D6BA) is known color: Robin's Egg Blue. HEX triplet: 00, D6 and BA. RGB value is (0,214,186). Sum of RGB (Red+Green+Blue) = 0+214+186=400 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 400); Green value is 214 (83.98% from 255 or 53.5% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 214 - color contains mainly: green. Hex color #00D6BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00D6BA is #FF2945. Grayscale: #929292. Windows color (decimal): -16722246 or 12244480. OLE color: 12244480.
HSL color Cylindrical-coordinate representation of color #00D6BA: hue angle of 172.15º 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 #00D6BA is Cyan = 1, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 214 | 186 | - |
| CMYK | 1 | 0 | 0.13 | 0.16 |
| HSL | 172.15º | 1% | 0.42% | - |
| HSV(B) | 172.15º | 1% | 0.84% | - |
| XYZ | 32.91 | 51.64 | 54.69 | - |
| YUV | 146.82 | 150.1 | 23.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 214 | 186 | 1 | 0 | 0.13 | 0.16 | 172.15 | 1 | 0.42 |
| Hex | 0 | D6 | BA | 64 | 0 | D | 10 | AC | 64 | 2A |
| Octal | 0 | 326 | 272 | 144 | 0 | 15 | 20 | 254 | 144 | 52 |
| Binary | 0 | 11010110 | 10111010 | 1100100 | 0 | 1101 | 10000 | 10101100 | 1100100 | 101010 |
Color Harmonies of #00D6BA
Complementary color
Monochromatic Colors of #00D6BA
Black with #00D6BA
Text Example
Text Example
White with #00D6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D6BA; }
p { color: rgb(0,214,186); }
H1.HeaderClassName
{
color: #00D6BA;
}
.AnyTagClassName
{
color: #00D6BA;
}
</style>
background-color css
<style>
a { background-color: #00D6BA; }
a { background-color: rgb(0,214,186); }
div.DivClassName
{
background-color: #00D6BA;
}
.BgClassName
{
background-color: #00D6BA;
}
</style>
border-color css
<style>
span { border-color: #00D6BA; }
span { border-color: rgb(0,214,186); }
td.TdClassName
{
border-color: #00D6BA;
}
.TagClassName
{
border-color: #00D6BA;
}
</style>