Shades of Robin's Egg Blue #00D4BF
Tints of Robin's Egg Blue #00D4BF
RGB
CMYK
RGB Variations
Color information
#00D4BF (or 0x00D4BF) is known color: Robin's Egg Blue. HEX triplet: 00, D4 and BF. RGB value is (0,212,191). Sum of RGB (Red+Green+Blue) = 0+212+191=403 (53% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 403); Green value is 212 (83.20% from 255 or 52.61% from 403); Blue value is 191 (75% from 255 or 47.39% from 403); Max value from RGB is 212 - color contains mainly: green. Hex color #00D4BF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00D4BF is #FF2B40. Grayscale: #929292. Windows color (decimal): -16722753 or 12571648. OLE color: 12571648.
HSL color Cylindrical-coordinate representation of color #00D4BF: hue angle of 174.06º 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 #00D4BF is Cyan = 1, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 0 | 212 | 191 | - |
| CMYK | 1 | 0 | 0.10 | 0.17 |
| HSL | 174.06º | 1% | 0.42% | - |
| HSV(B) | 174.06º | 1% | 0.83% | - |
| XYZ | 32.95 | 50.85 | 57.37 | - |
| YUV | 146.22 | 153.26 | 23.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 212 | 191 | 1 | 0 | 0.10 | 0.17 | 174.06 | 1 | 0.42 |
| Hex | 0 | D4 | BF | 64 | 0 | A | 11 | AE | 64 | 2A |
| Octal | 0 | 324 | 277 | 144 | 0 | 12 | 21 | 256 | 144 | 52 |
| Binary | 0 | 11010100 | 10111111 | 1100100 | 0 | 1010 | 10001 | 10101110 | 1100100 | 101010 |
Color Harmonies of #00D4BF
Complementary color
Monochromatic Colors of #00D4BF
Black with #00D4BF
Text Example
Text Example
White with #00D4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D4BF; }
p { color: rgb(0,212,191); }
H1.HeaderClassName
{
color: #00D4BF;
}
.AnyTagClassName
{
color: #00D4BF;
}
</style>
background-color css
<style>
a { background-color: #00D4BF; }
a { background-color: rgb(0,212,191); }
div.DivClassName
{
background-color: #00D4BF;
}
.BgClassName
{
background-color: #00D4BF;
}
</style>
border-color css
<style>
span { border-color: #00D4BF; }
span { border-color: rgb(0,212,191); }
td.TdClassName
{
border-color: #00D4BF;
}
.TagClassName
{
border-color: #00D4BF;
}
</style>