Shades of Robin's Egg Blue #00D2BB
Tints of Robin's Egg Blue #00D2BB
RGB
CMYK
RGB Variations
Color information
#00D2BB (or 0x00D2BB) is known color: Robin's Egg Blue. HEX triplet: 00, D2 and BB. RGB value is (0,210,187). Sum of RGB (Red+Green+Blue) = 0+210+187=397 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 397); Green value is 210 (82.42% from 255 or 52.90% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 210 - color contains mainly: green. Hex color #00D2BB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00D2BB is #FF2D44. Grayscale: #909090. Windows color (decimal): -16723269 or 12308992. OLE color: 12308992.
HSL color Cylindrical-coordinate representation of color #00D2BB: hue angle of 173.43º 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 #00D2BB is Cyan = 1, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 210 | 187 | - |
| CMYK | 1 | 0 | 0.11 | 0.18 |
| HSL | 173.43º | 1% | 0.41% | - |
| HSV(B) | 173.43º | 1% | 0.82% | - |
| XYZ | 32.02 | 49.68 | 54.92 | - |
| YUV | 144.59 | 151.93 | 24.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 210 | 187 | 1 | 0 | 0.11 | 0.18 | 173.43 | 1 | 0.41 |
| Hex | 0 | D2 | BB | 64 | 0 | B | 12 | AD | 64 | 29 |
| Octal | 0 | 322 | 273 | 144 | 0 | 13 | 22 | 255 | 144 | 51 |
| Binary | 0 | 11010010 | 10111011 | 1100100 | 0 | 1011 | 10010 | 10101101 | 1100100 | 101001 |
Color Harmonies of #00D2BB
Complementary color
Monochromatic Colors of #00D2BB
Black with #00D2BB
Text Example
Text Example
White with #00D2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D2BB; }
p { color: rgb(0,210,187); }
H1.HeaderClassName
{
color: #00D2BB;
}
.AnyTagClassName
{
color: #00D2BB;
}
</style>
background-color css
<style>
a { background-color: #00D2BB; }
a { background-color: rgb(0,210,187); }
div.DivClassName
{
background-color: #00D2BB;
}
.BgClassName
{
background-color: #00D2BB;
}
</style>
border-color css
<style>
span { border-color: #00D2BB; }
span { border-color: rgb(0,210,187); }
td.TdClassName
{
border-color: #00D2BB;
}
.TagClassName
{
border-color: #00D2BB;
}
</style>