Shades of Robin's Egg Blue #00D1C0
Tints of Robin's Egg Blue #00D1C0
RGB
CMYK
RGB Variations
Color information
#00D1C0 (or 0x00D1C0) is known color: Robin's Egg Blue. HEX triplet: 00, D1 and C0. RGB value is (0,209,192). Sum of RGB (Red+Green+Blue) = 0+209+192=401 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 401); Green value is 209 (82.03% from 255 or 52.12% from 401); Blue value is 192 (75.39% from 255 or 47.88% from 401); Max value from RGB is 209 - color contains mainly: green. Hex color #00D1C0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00D1C0 is #FF2E3F. Grayscale: #909090. Windows color (decimal): -16723520 or 12636416. OLE color: 12636416.
HSL color Cylindrical-coordinate representation of color #00D1C0: hue angle of 175.12º 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 #00D1C0 is Cyan = 1, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 0 | 209 | 192 | - |
| CMYK | 1 | 0 | 0.08 | 0.18 |
| HSL | 175.12º | 1% | 0.41% | - |
| HSV(B) | 175.12º | 1% | 0.82% | - |
| XYZ | 32.31 | 49.41 | 57.7 | - |
| YUV | 144.57 | 154.76 | 24.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 209 | 192 | 1 | 0 | 0.08 | 0.18 | 175.12 | 1 | 0.41 |
| Hex | 0 | D1 | C0 | 64 | 0 | 8 | 12 | AF | 64 | 29 |
| Octal | 0 | 321 | 300 | 144 | 0 | 10 | 22 | 257 | 144 | 51 |
| Binary | 0 | 11010001 | 11000000 | 1100100 | 0 | 1000 | 10010 | 10101111 | 1100100 | 101001 |
Color Harmonies of #00D1C0
Complementary color
Monochromatic Colors of #00D1C0
Black with #00D1C0
Text Example
Text Example
White with #00D1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D1C0; }
p { color: rgb(0,209,192); }
H1.HeaderClassName
{
color: #00D1C0;
}
.AnyTagClassName
{
color: #00D1C0;
}
</style>
background-color css
<style>
a { background-color: #00D1C0; }
a { background-color: rgb(0,209,192); }
div.DivClassName
{
background-color: #00D1C0;
}
.BgClassName
{
background-color: #00D1C0;
}
</style>
border-color css
<style>
span { border-color: #00D1C0; }
span { border-color: rgb(0,209,192); }
td.TdClassName
{
border-color: #00D1C0;
}
.TagClassName
{
border-color: #00D1C0;
}
</style>