Shades of Robin's Egg Blue #02C5B7
Tints of Robin's Egg Blue #02C5B7
RGB
CMYK
RGB Variations
Color information
#02C5B7 (or 0x02C5B7) is known color: Robin's Egg Blue. HEX triplet: 02, C5 and B7. RGB value is (2,197,183). Sum of RGB (Red+Green+Blue) = 2+197+183=382 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 382); Green value is 197 (77.34% from 255 or 51.57% from 382); Blue value is 183 (71.88% from 255 or 47.91% from 382); Max value from RGB is 197 - color contains mainly: green. Hex color #02C5B7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02C5B7 is #FD3A48. Grayscale: #888888. Windows color (decimal): -16595529 or 12043522. OLE color: 12043522.
HSL color Cylindrical-coordinate representation of color #02C5B7: hue angle of 175.69º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C5B7 is Cyan = 0.99, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 2 | 197 | 183 | - |
| CMYK | 0.99 | 0 | 0.07 | 0.23 |
| HSL | 175.69º | 0.98% | 0.39% | - |
| HSV(B) | 175.69º | 0.99% | 0.77% | - |
| XYZ | 28.54 | 43.36 | 51.67 | - |
| YUV | 137.1 | 153.9 | 31.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 197 | 183 | 0.99 | 0 | 0.07 | 0.23 | 175.69 | 0.98 | 0.39 |
| Hex | 2 | C5 | B7 | 63 | 0 | 7 | 17 | B0 | 62 | 27 |
| Octal | 2 | 305 | 267 | 143 | 0 | 7 | 27 | 260 | 142 | 47 |
| Binary | 10 | 11000101 | 10110111 | 1100011 | 0 | 111 | 10111 | 10110000 | 1100010 | 100111 |
Color Harmonies of #02C5B7
Complementary color
Monochromatic Colors of #02C5B7
Black with #02C5B7
Text Example
Text Example
White with #02C5B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C5B7; }
p { color: rgb(2,197,183); }
H1.HeaderClassName
{
color: #02C5B7;
}
.AnyTagClassName
{
color: #02C5B7;
}
</style>
background-color css
<style>
a { background-color: #02C5B7; }
a { background-color: rgb(2,197,183); }
div.DivClassName
{
background-color: #02C5B7;
}
.BgClassName
{
background-color: #02C5B7;
}
</style>
border-color css
<style>
span { border-color: #02C5B7; }
span { border-color: rgb(2,197,183); }
td.TdClassName
{
border-color: #02C5B7;
}
.TagClassName
{
border-color: #02C5B7;
}
</style>