Shades of Robin's Egg Blue #02C2B8
Tints of Robin's Egg Blue #02C2B8
RGB
CMYK
RGB Variations
Color information
#02C2B8 (or 0x02C2B8) is known color: Robin's Egg Blue. HEX triplet: 02, C2 and B8. RGB value is (2,194,184). Sum of RGB (Red+Green+Blue) = 2+194+184=380 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 380); Green value is 194 (76.17% from 255 or 51.05% from 380); Blue value is 184 (72.27% from 255 or 48.42% from 380); Max value from RGB is 194 - color contains mainly: green. Hex color #02C2B8 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02C2B8 is #FD3D47. Grayscale: #878787. Windows color (decimal): -16596296 or 12108290. OLE color: 12108290.
HSL color Cylindrical-coordinate representation of color #02C2B8: hue angle of 176.88º 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 #02C2B8 is Cyan = 0.99, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 194 | 184 | - |
| CMYK | 0.99 | 0 | 0.05 | 0.24 |
| HSL | 176.88º | 0.98% | 0.38% | - |
| HSV(B) | 176.88º | 0.99% | 0.76% | - |
| XYZ | 27.97 | 42.06 | 51.99 | - |
| YUV | 135.45 | 155.39 | 32.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 194 | 184 | 0.99 | 0 | 0.05 | 0.24 | 176.88 | 0.98 | 0.38 |
| Hex | 2 | C2 | B8 | 63 | 0 | 5 | 18 | B1 | 62 | 26 |
| Octal | 2 | 302 | 270 | 143 | 0 | 5 | 30 | 261 | 142 | 46 |
| Binary | 10 | 11000010 | 10111000 | 1100011 | 0 | 101 | 11000 | 10110001 | 1100010 | 100110 |
Color Harmonies of #02C2B8
Complementary color
Monochromatic Colors of #02C2B8
Black with #02C2B8
Text Example
Text Example
White with #02C2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C2B8; }
p { color: rgb(2,194,184); }
H1.HeaderClassName
{
color: #02C2B8;
}
.AnyTagClassName
{
color: #02C2B8;
}
</style>
background-color css
<style>
a { background-color: #02C2B8; }
a { background-color: rgb(2,194,184); }
div.DivClassName
{
background-color: #02C2B8;
}
.BgClassName
{
background-color: #02C2B8;
}
</style>
border-color css
<style>
span { border-color: #02C2B8; }
span { border-color: rgb(2,194,184); }
td.TdClassName
{
border-color: #02C2B8;
}
.TagClassName
{
border-color: #02C2B8;
}
</style>