Shades of Robin's Egg Blue #02CEBA
Tints of Robin's Egg Blue #02CEBA
RGB
CMYK
RGB Variations
Color information
#02CEBA (or 0x02CEBA) is known color: Robin's Egg Blue. HEX triplet: 02, CE and BA. RGB value is (2,206,186). Sum of RGB (Red+Green+Blue) = 2+206+186=394 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 394); Green value is 206 (80.86% from 255 or 52.28% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 206 - color contains mainly: green. Hex color #02CEBA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02CEBA is #FD3145. Grayscale: #8E8E8E. Windows color (decimal): -16593222 or 12242434. OLE color: 12242434.
HSL color Cylindrical-coordinate representation of color #02CEBA: hue angle of 174.12º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CEBA is Cyan = 0.99, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 206 | 186 | - |
| CMYK | 0.99 | 0 | 0.10 | 0.19 |
| HSL | 174.12º | 0.98% | 0.41% | - |
| HSV(B) | 174.12º | 0.99% | 0.81% | - |
| XYZ | 30.96 | 47.7 | 54.03 | - |
| YUV | 142.72 | 152.41 | 27.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 206 | 186 | 0.99 | 0 | 0.10 | 0.19 | 174.12 | 0.98 | 0.41 |
| Hex | 2 | CE | BA | 63 | 0 | A | 13 | AE | 62 | 29 |
| Octal | 2 | 316 | 272 | 143 | 0 | 12 | 23 | 256 | 142 | 51 |
| Binary | 10 | 11001110 | 10111010 | 1100011 | 0 | 1010 | 10011 | 10101110 | 1100010 | 101001 |
Color Harmonies of #02CEBA
Complementary color
Monochromatic Colors of #02CEBA
Black with #02CEBA
Text Example
Text Example
White with #02CEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CEBA; }
p { color: rgb(2,206,186); }
H1.HeaderClassName
{
color: #02CEBA;
}
.AnyTagClassName
{
color: #02CEBA;
}
</style>
background-color css
<style>
a { background-color: #02CEBA; }
a { background-color: rgb(2,206,186); }
div.DivClassName
{
background-color: #02CEBA;
}
.BgClassName
{
background-color: #02CEBA;
}
</style>
border-color css
<style>
span { border-color: #02CEBA; }
span { border-color: rgb(2,206,186); }
td.TdClassName
{
border-color: #02CEBA;
}
.TagClassName
{
border-color: #02CEBA;
}
</style>