Shades of Robin's Egg Blue #00D4C1
Tints of Robin's Egg Blue #00D4C1
RGB
CMYK
RGB Variations
Color information
#00D4C1 (or 0x00D4C1) is known color: Robin's Egg Blue. HEX triplet: 00, D4 and C1. RGB value is (0,212,193). Sum of RGB (Red+Green+Blue) = 0+212+193=405 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 405); Green value is 212 (83.20% from 255 or 52.35% from 405); Blue value is 193 (75.78% from 255 or 47.65% from 405); Max value from RGB is 212 - color contains mainly: green. Hex color #00D4C1 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00D4C1 is #FF2B3E. Grayscale: #929292. Windows color (decimal): -16722751 or 12702720. OLE color: 12702720.
HSL color Cylindrical-coordinate representation of color #00D4C1: hue angle of 174.62º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D4C1 is Cyan = 1, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 0 | 212 | 193 | - |
| CMYK | 1 | 0 | 0.09 | 0.17 |
| HSL | 174.62º | 1% | 0.42% | - |
| HSV(B) | 174.62º | 1% | 0.83% | - |
| XYZ | 33.17 | 50.94 | 58.54 | - |
| YUV | 146.45 | 154.26 | 23.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 212 | 193 | 1 | 0 | 0.09 | 0.17 | 174.62 | 1 | 0.42 |
| Hex | 0 | D4 | C1 | 64 | 0 | 9 | 11 | AF | 64 | 2A |
| Octal | 0 | 324 | 301 | 144 | 0 | 11 | 21 | 257 | 144 | 52 |
| Binary | 0 | 11010100 | 11000001 | 1100100 | 0 | 1001 | 10001 | 10101111 | 1100100 | 101010 |
Color Harmonies of #00D4C1
Complementary color
Monochromatic Colors of #00D4C1
Black with #00D4C1
Text Example
Text Example
White with #00D4C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D4C1; }
p { color: rgb(0,212,193); }
H1.HeaderClassName
{
color: #00D4C1;
}
.AnyTagClassName
{
color: #00D4C1;
}
</style>
background-color css
<style>
a { background-color: #00D4C1; }
a { background-color: rgb(0,212,193); }
div.DivClassName
{
background-color: #00D4C1;
}
.BgClassName
{
background-color: #00D4C1;
}
</style>
border-color css
<style>
span { border-color: #00D4C1; }
span { border-color: rgb(0,212,193); }
td.TdClassName
{
border-color: #00D4C1;
}
.TagClassName
{
border-color: #00D4C1;
}
</style>