Shades of Robin's Egg Blue #02C2BB
Tints of Robin's Egg Blue #02C2BB
RGB
CMYK
RGB Variations
Color information
#02C2BB (or 0x02C2BB) is known color: Robin's Egg Blue. HEX triplet: 02, C2 and BB. RGB value is (2,194,187). Sum of RGB (Red+Green+Blue) = 2+194+187=383 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 383); Green value is 194 (76.17% from 255 or 50.65% from 383); Blue value is 187 (73.44% from 255 or 48.83% from 383); Max value from RGB is 194 - color contains mainly: green. Hex color #02C2BB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02C2BB is #FD3D44. Grayscale: #878787. Windows color (decimal): -16596293 or 12304898. OLE color: 12304898.
HSL color Cylindrical-coordinate representation of color #02C2BB: hue angle of 177.81º 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 #02C2BB is Cyan = 0.99, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 194 | 187 | - |
| CMYK | 0.99 | 0 | 0.04 | 0.24 |
| HSL | 177.81º | 0.98% | 0.38% | - |
| HSV(B) | 177.81º | 0.99% | 0.76% | - |
| XYZ | 28.29 | 42.18 | 53.67 | - |
| YUV | 135.79 | 156.89 | 32.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 194 | 187 | 0.99 | 0 | 0.04 | 0.24 | 177.81 | 0.98 | 0.38 |
| Hex | 2 | C2 | BB | 63 | 0 | 4 | 18 | B2 | 62 | 26 |
| Octal | 2 | 302 | 273 | 143 | 0 | 4 | 30 | 262 | 142 | 46 |
| Binary | 10 | 11000010 | 10111011 | 1100011 | 0 | 100 | 11000 | 10110010 | 1100010 | 100110 |
Color Harmonies of #02C2BB
Complementary color
Monochromatic Colors of #02C2BB
Black with #02C2BB
Text Example
Text Example
White with #02C2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C2BB; }
p { color: rgb(2,194,187); }
H1.HeaderClassName
{
color: #02C2BB;
}
.AnyTagClassName
{
color: #02C2BB;
}
</style>
background-color css
<style>
a { background-color: #02C2BB; }
a { background-color: rgb(2,194,187); }
div.DivClassName
{
background-color: #02C2BB;
}
.BgClassName
{
background-color: #02C2BB;
}
</style>
border-color css
<style>
span { border-color: #02C2BB; }
span { border-color: rgb(2,194,187); }
td.TdClassName
{
border-color: #02C2BB;
}
.TagClassName
{
border-color: #02C2BB;
}
</style>