Shades of Robin's Egg Blue #00D4B7
Tints of Robin's Egg Blue #00D4B7
RGB
CMYK
RGB Variations
Color information
#00D4B7 (or 0x00D4B7) is known color: Robin's Egg Blue. HEX triplet: 00, D4 and B7. RGB value is (0,212,183). Sum of RGB (Red+Green+Blue) = 0+212+183=395 (52% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 395); Green value is 212 (83.20% from 255 or 53.67% from 395); Blue value is 183 (71.88% from 255 or 46.33% from 395); Max value from RGB is 212 - color contains mainly: green. Hex color #00D4B7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00D4B7 is #FF2B48. Grayscale: #919191. Windows color (decimal): -16722761 or 12047360. OLE color: 12047360.
HSL color Cylindrical-coordinate representation of color #00D4B7: hue angle of 171.79º 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 #00D4B7 is Cyan = 1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 0 | 212 | 183 | - |
| CMYK | 1 | 0 | 0.14 | 0.17 |
| HSL | 171.79º | 1% | 0.42% | - |
| HSV(B) | 171.79º | 1% | 0.83% | - |
| XYZ | 32.09 | 50.51 | 52.86 | - |
| YUV | 145.31 | 149.26 | 24.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 212 | 183 | 1 | 0 | 0.14 | 0.17 | 171.79 | 1 | 0.42 |
| Hex | 0 | D4 | B7 | 64 | 0 | E | 11 | AC | 64 | 2A |
| Octal | 0 | 324 | 267 | 144 | 0 | 16 | 21 | 254 | 144 | 52 |
| Binary | 0 | 11010100 | 10110111 | 1100100 | 0 | 1110 | 10001 | 10101100 | 1100100 | 101010 |
Color Harmonies of #00D4B7
Complementary color
Monochromatic Colors of #00D4B7
Black with #00D4B7
Text Example
Text Example
White with #00D4B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D4B7; }
p { color: rgb(0,212,183); }
H1.HeaderClassName
{
color: #00D4B7;
}
.AnyTagClassName
{
color: #00D4B7;
}
</style>
background-color css
<style>
a { background-color: #00D4B7; }
a { background-color: rgb(0,212,183); }
div.DivClassName
{
background-color: #00D4B7;
}
.BgClassName
{
background-color: #00D4B7;
}
</style>
border-color css
<style>
span { border-color: #00D4B7; }
span { border-color: rgb(0,212,183); }
td.TdClassName
{
border-color: #00D4B7;
}
.TagClassName
{
border-color: #00D4B7;
}
</style>