Shades of Robin's Egg Blue #02C2BE
Tints of Robin's Egg Blue #02C2BE
RGB
CMYK
RGB Variations
Color information
#02C2BE (or 0x02C2BE) is known color: Robin's Egg Blue. HEX triplet: 02, C2 and BE. RGB value is (2,194,190). Sum of RGB (Red+Green+Blue) = 2+194+190=386 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 386); Green value is 194 (76.17% from 255 or 50.26% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 194 - color contains mainly: green. Hex color #02C2BE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02C2BE is #FD3D41. Grayscale: #878787. Windows color (decimal): -16596290 or 12501506. OLE color: 12501506.
HSL color Cylindrical-coordinate representation of color #02C2BE: hue angle of 178.75º 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 #02C2BE is Cyan = 0.99, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 194 | 190 | - |
| CMYK | 0.99 | 0 | 0.02 | 0.24 |
| HSL | 178.75º | 0.98% | 0.38% | - |
| HSV(B) | 178.75º | 0.99% | 0.76% | - |
| XYZ | 28.61 | 42.31 | 55.37 | - |
| YUV | 136.14 | 158.39 | 32.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 194 | 190 | 0.99 | 0 | 0.02 | 0.24 | 178.75 | 0.98 | 0.38 |
| Hex | 2 | C2 | BE | 63 | 0 | 2 | 18 | B3 | 62 | 26 |
| Octal | 2 | 302 | 276 | 143 | 0 | 2 | 30 | 263 | 142 | 46 |
| Binary | 10 | 11000010 | 10111110 | 1100011 | 0 | 10 | 11000 | 10110011 | 1100010 | 100110 |
Color Harmonies of #02C2BE
Complementary color
Monochromatic Colors of #02C2BE
Black with #02C2BE
Text Example
Text Example
White with #02C2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C2BE; }
p { color: rgb(2,194,190); }
H1.HeaderClassName
{
color: #02C2BE;
}
.AnyTagClassName
{
color: #02C2BE;
}
</style>
background-color css
<style>
a { background-color: #02C2BE; }
a { background-color: rgb(2,194,190); }
div.DivClassName
{
background-color: #02C2BE;
}
.BgClassName
{
background-color: #02C2BE;
}
</style>
border-color css
<style>
span { border-color: #02C2BE; }
span { border-color: rgb(2,194,190); }
td.TdClassName
{
border-color: #02C2BE;
}
.TagClassName
{
border-color: #02C2BE;
}
</style>