Shades of Robin's Egg Blue #00D1B6
Tints of Robin's Egg Blue #00D1B6
RGB
CMYK
RGB Variations
Color information
#00D1B6 (or 0x00D1B6) is known color: Robin's Egg Blue. HEX triplet: 00, D1 and B6. RGB value is (0,209,182). Sum of RGB (Red+Green+Blue) = 0+209+182=391 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 391); Green value is 209 (82.03% from 255 or 53.45% from 391); Blue value is 182 (71.48% from 255 or 46.55% from 391); Max value from RGB is 209 - color contains mainly: green. Hex color #00D1B6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00D1B6 is #FF2E49. Grayscale: #8F8F8F. Windows color (decimal): -16723530 or 11981056. OLE color: 11981056.
HSL color Cylindrical-coordinate representation of color #00D1B6: hue angle of 172.25º 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 #00D1B6 is Cyan = 1, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 209 | 182 | - |
| CMYK | 1 | 0 | 0.13 | 0.18 |
| HSL | 172.25º | 1% | 0.41% | - |
| HSV(B) | 172.25º | 1% | 0.82% | - |
| XYZ | 31.24 | 48.98 | 52.06 | - |
| YUV | 143.43 | 149.76 | 25.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 209 | 182 | 1 | 0 | 0.13 | 0.18 | 172.25 | 1 | 0.41 |
| Hex | 0 | D1 | B6 | 64 | 0 | D | 12 | AC | 64 | 29 |
| Octal | 0 | 321 | 266 | 144 | 0 | 15 | 22 | 254 | 144 | 51 |
| Binary | 0 | 11010001 | 10110110 | 1100100 | 0 | 1101 | 10010 | 10101100 | 1100100 | 101001 |
Color Harmonies of #00D1B6
Complementary color
Monochromatic Colors of #00D1B6
Black with #00D1B6
Text Example
Text Example
White with #00D1B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D1B6; }
p { color: rgb(0,209,182); }
H1.HeaderClassName
{
color: #00D1B6;
}
.AnyTagClassName
{
color: #00D1B6;
}
</style>
background-color css
<style>
a { background-color: #00D1B6; }
a { background-color: rgb(0,209,182); }
div.DivClassName
{
background-color: #00D1B6;
}
.BgClassName
{
background-color: #00D1B6;
}
</style>
border-color css
<style>
span { border-color: #00D1B6; }
span { border-color: rgb(0,209,182); }
td.TdClassName
{
border-color: #00D1B6;
}
.TagClassName
{
border-color: #00D1B6;
}
</style>