Shades of Robin's Egg Blue #00D0BD
Tints of Robin's Egg Blue #00D0BD
RGB
CMYK
RGB Variations
Color information
#00D0BD (or 0x00D0BD) is known color: Robin's Egg Blue. HEX triplet: 00, D0 and BD. RGB value is (0,208,189). Sum of RGB (Red+Green+Blue) = 0+208+189=397 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 397); Green value is 208 (81.64% from 255 or 52.39% from 397); Blue value is 189 (74.22% from 255 or 47.61% from 397); Max value from RGB is 208 - color contains mainly: green. Hex color #00D0BD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00D0BD is #FF2F42. Grayscale: #8F8F8F. Windows color (decimal): -16723779 or 12439552. OLE color: 12439552.
HSL color Cylindrical-coordinate representation of color #00D0BD: hue angle of 174.52º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D0BD is Cyan = 1, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 208 | 189 | - |
| CMYK | 1 | 0 | 0.09 | 0.18 |
| HSL | 174.52º | 1% | 0.41% | - |
| HSV(B) | 174.52º | 1% | 0.82% | - |
| XYZ | 31.74 | 48.79 | 55.89 | - |
| YUV | 143.64 | 153.59 | 25.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 208 | 189 | 1 | 0 | 0.09 | 0.18 | 174.52 | 1 | 0.41 |
| Hex | 0 | D0 | BD | 64 | 0 | 9 | 12 | AF | 64 | 29 |
| Octal | 0 | 320 | 275 | 144 | 0 | 11 | 22 | 257 | 144 | 51 |
| Binary | 0 | 11010000 | 10111101 | 1100100 | 0 | 1001 | 10010 | 10101111 | 1100100 | 101001 |
Color Harmonies of #00D0BD
Complementary color
Monochromatic Colors of #00D0BD
Black with #00D0BD
Text Example
Text Example
White with #00D0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D0BD; }
p { color: rgb(0,208,189); }
H1.HeaderClassName
{
color: #00D0BD;
}
.AnyTagClassName
{
color: #00D0BD;
}
</style>
background-color css
<style>
a { background-color: #00D0BD; }
a { background-color: rgb(0,208,189); }
div.DivClassName
{
background-color: #00D0BD;
}
.BgClassName
{
background-color: #00D0BD;
}
</style>
border-color css
<style>
span { border-color: #00D0BD; }
span { border-color: rgb(0,208,189); }
td.TdClassName
{
border-color: #00D0BD;
}
.TagClassName
{
border-color: #00D0BD;
}
</style>