Shades of Robin's Egg Blue #02C2BA
Tints of Robin's Egg Blue #02C2BA
RGB
CMYK
RGB Variations
Color information
#02C2BA (or 0x02C2BA) is known color: Robin's Egg Blue. HEX triplet: 02, C2 and BA. RGB value is (2,194,186). Sum of RGB (Red+Green+Blue) = 2+194+186=382 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 382); Green value is 194 (76.17% from 255 or 50.79% from 382); Blue value is 186 (73.05% from 255 or 48.69% from 382); Max value from RGB is 194 - color contains mainly: green. Hex color #02C2BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02C2BA is #FD3D45. Grayscale: #878787. Windows color (decimal): -16596294 or 12239362. OLE color: 12239362.
HSL color Cylindrical-coordinate representation of color #02C2BA: hue angle of 177.5º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C2BA is Cyan = 0.99, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 194 | 186 | - |
| CMYK | 0.99 | 0 | 0.04 | 0.24 |
| HSL | 177.5º | 0.98% | 0.38% | - |
| HSV(B) | 177.5º | 0.99% | 0.76% | - |
| XYZ | 28.18 | 42.14 | 53.1 | - |
| YUV | 135.68 | 156.39 | 32.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 194 | 186 | 0.99 | 0 | 0.04 | 0.24 | 177.5 | 0.98 | 0.38 |
| Hex | 2 | C2 | BA | 63 | 0 | 4 | 18 | B2 | 62 | 26 |
| Octal | 2 | 302 | 272 | 143 | 0 | 4 | 30 | 262 | 142 | 46 |
| Binary | 10 | 11000010 | 10111010 | 1100011 | 0 | 100 | 11000 | 10110010 | 1100010 | 100110 |
Color Harmonies of #02C2BA
Complementary color
Monochromatic Colors of #02C2BA
Black with #02C2BA
Text Example
Text Example
White with #02C2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C2BA; }
p { color: rgb(2,194,186); }
H1.HeaderClassName
{
color: #02C2BA;
}
.AnyTagClassName
{
color: #02C2BA;
}
</style>
background-color css
<style>
a { background-color: #02C2BA; }
a { background-color: rgb(2,194,186); }
div.DivClassName
{
background-color: #02C2BA;
}
.BgClassName
{
background-color: #02C2BA;
}
</style>
border-color css
<style>
span { border-color: #02C2BA; }
span { border-color: rgb(2,194,186); }
td.TdClassName
{
border-color: #02C2BA;
}
.TagClassName
{
border-color: #02C2BA;
}
</style>