Shades of Robin's Egg Blue #02CCB6
Tints of Robin's Egg Blue #02CCB6
RGB
CMYK
RGB Variations
Color information
#02CCB6 (or 0x02CCB6) is known color: Robin's Egg Blue. HEX triplet: 02, CC and B6. RGB value is (2,204,182). Sum of RGB (Red+Green+Blue) = 2+204+182=388 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 388); Green value is 204 (80.08% from 255 or 52.58% from 388); Blue value is 182 (71.48% from 255 or 46.91% from 388); Max value from RGB is 204 - color contains mainly: green. Hex color #02CCB6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02CCB6 is #FD3349. Grayscale: #8C8C8C. Windows color (decimal): -16593738 or 11979778. OLE color: 11979778.
HSL color Cylindrical-coordinate representation of color #02CCB6: hue angle of 173.47º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CCB6 is Cyan = 0.99, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 2 | 204 | 182 | - |
| CMYK | 0.99 | 0 | 0.11 | 0.2 |
| HSL | 173.47º | 0.98% | 0.4% | - |
| HSV(B) | 173.47º | 0.99% | 0.8% | - |
| XYZ | 30.06 | 46.58 | 51.66 | - |
| YUV | 141.09 | 151.08 | 28.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 204 | 182 | 0.99 | 0 | 0.11 | 0.2 | 173.47 | 0.98 | 0.4 |
| Hex | 2 | CC | B6 | 63 | 0 | B | 14 | AD | 62 | 28 |
| Octal | 2 | 314 | 266 | 143 | 0 | 13 | 24 | 255 | 142 | 50 |
| Binary | 10 | 11001100 | 10110110 | 1100011 | 0 | 1011 | 10100 | 10101101 | 1100010 | 101000 |
Color Harmonies of #02CCB6
Complementary color
Monochromatic Colors of #02CCB6
Black with #02CCB6
Text Example
Text Example
White with #02CCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CCB6; }
p { color: rgb(2,204,182); }
H1.HeaderClassName
{
color: #02CCB6;
}
.AnyTagClassName
{
color: #02CCB6;
}
</style>
background-color css
<style>
a { background-color: #02CCB6; }
a { background-color: rgb(2,204,182); }
div.DivClassName
{
background-color: #02CCB6;
}
.BgClassName
{
background-color: #02CCB6;
}
</style>
border-color css
<style>
span { border-color: #02CCB6; }
span { border-color: rgb(2,204,182); }
td.TdClassName
{
border-color: #02CCB6;
}
.TagClassName
{
border-color: #02CCB6;
}
</style>