Shades of Robin's Egg Blue #00CEB4
Tints of Robin's Egg Blue #00CEB4
RGB
CMYK
RGB Variations
Color information
#00CEB4 (or 0x00CEB4) is known color: Robin's Egg Blue. HEX triplet: 00, CE and B4. RGB value is (0,206,180). Sum of RGB (Red+Green+Blue) = 0+206+180=386 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 386); Green value is 206 (80.86% from 255 or 53.37% from 386); Blue value is 180 (70.70% from 255 or 46.63% from 386); Max value from RGB is 206 - color contains mainly: green. Hex color #00CEB4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00CEB4 is #FF314B. Grayscale: #8D8D8D. Windows color (decimal): -16724300 or 11849216. OLE color: 11849216.
HSL color Cylindrical-coordinate representation of color #00CEB4: hue angle of 172.43º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CEB4 is Cyan = 1, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 206 | 180 | - |
| CMYK | 1 | 0 | 0.13 | 0.19 |
| HSL | 172.43º | 1% | 0.4% | - |
| HSV(B) | 172.43º | 1% | 0.81% | - |
| XYZ | 30.31 | 47.44 | 50.74 | - |
| YUV | 141.44 | 149.75 | 27.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 206 | 180 | 1 | 0 | 0.13 | 0.19 | 172.43 | 1 | 0.4 |
| Hex | 0 | CE | B4 | 64 | 0 | D | 13 | AC | 64 | 28 |
| Octal | 0 | 316 | 264 | 144 | 0 | 15 | 23 | 254 | 144 | 50 |
| Binary | 0 | 11001110 | 10110100 | 1100100 | 0 | 1101 | 10011 | 10101100 | 1100100 | 101000 |
Color Harmonies of #00CEB4
Complementary color
Monochromatic Colors of #00CEB4
Black with #00CEB4
Text Example
Text Example
White with #00CEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00CEB4; }
p { color: rgb(0,206,180); }
H1.HeaderClassName
{
color: #00CEB4;
}
.AnyTagClassName
{
color: #00CEB4;
}
</style>
background-color css
<style>
a { background-color: #00CEB4; }
a { background-color: rgb(0,206,180); }
div.DivClassName
{
background-color: #00CEB4;
}
.BgClassName
{
background-color: #00CEB4;
}
</style>
border-color css
<style>
span { border-color: #00CEB4; }
span { border-color: rgb(0,206,180); }
td.TdClassName
{
border-color: #00CEB4;
}
.TagClassName
{
border-color: #00CEB4;
}
</style>