Shades of Robin's Egg Blue #02C5BB
Tints of Robin's Egg Blue #02C5BB
RGB
CMYK
RGB Variations
Color information
#02C5BB (or 0x02C5BB) is known color: Robin's Egg Blue. HEX triplet: 02, C5 and BB. RGB value is (2,197,187). Sum of RGB (Red+Green+Blue) = 2+197+187=386 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 386); Green value is 197 (77.34% from 255 or 51.04% from 386); Blue value is 187 (73.44% from 255 or 48.45% from 386); Max value from RGB is 197 - color contains mainly: green. Hex color #02C5BB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02C5BB is #FD3A44. Grayscale: #898989. Windows color (decimal): -16595525 or 12305666. OLE color: 12305666.
HSL color Cylindrical-coordinate representation of color #02C5BB: hue angle of 176.92º 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 #02C5BB is Cyan = 0.99, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 2 | 197 | 187 | - |
| CMYK | 0.99 | 0 | 0.05 | 0.23 |
| HSL | 176.92º | 0.98% | 0.39% | - |
| HSV(B) | 176.92º | 0.99% | 0.77% | - |
| XYZ | 28.96 | 43.53 | 53.89 | - |
| YUV | 137.56 | 155.9 | 31.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 197 | 187 | 0.99 | 0 | 0.05 | 0.23 | 176.92 | 0.98 | 0.39 |
| Hex | 2 | C5 | BB | 63 | 0 | 5 | 17 | B1 | 62 | 27 |
| Octal | 2 | 305 | 273 | 143 | 0 | 5 | 27 | 261 | 142 | 47 |
| Binary | 10 | 11000101 | 10111011 | 1100011 | 0 | 101 | 10111 | 10110001 | 1100010 | 100111 |
Color Harmonies of #02C5BB
Complementary color
Monochromatic Colors of #02C5BB
Black with #02C5BB
Text Example
Text Example
White with #02C5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C5BB; }
p { color: rgb(2,197,187); }
H1.HeaderClassName
{
color: #02C5BB;
}
.AnyTagClassName
{
color: #02C5BB;
}
</style>
background-color css
<style>
a { background-color: #02C5BB; }
a { background-color: rgb(2,197,187); }
div.DivClassName
{
background-color: #02C5BB;
}
.BgClassName
{
background-color: #02C5BB;
}
</style>
border-color css
<style>
span { border-color: #02C5BB; }
span { border-color: rgb(2,197,187); }
td.TdClassName
{
border-color: #02C5BB;
}
.TagClassName
{
border-color: #02C5BB;
}
</style>