Shades of Robin's Egg Blue #02CBB6
Tints of Robin's Egg Blue #02CBB6
RGB
CMYK
RGB Variations
Color information
#02CBB6 (or 0x02CBB6) is known color: Robin's Egg Blue. HEX triplet: 02, CB and B6. RGB value is (2,203,182). Sum of RGB (Red+Green+Blue) = 2+203+182=387 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 387); Green value is 203 (79.69% from 255 or 52.45% from 387); Blue value is 182 (71.48% from 255 or 47.03% from 387); Max value from RGB is 203 - color contains mainly: green. Hex color #02CBB6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02CBB6 is #FD3449. Grayscale: #8C8C8C. Windows color (decimal): -16593994 or 11979522. OLE color: 11979522.
HSL color Cylindrical-coordinate representation of color #02CBB6: hue angle of 173.73º 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 #02CBB6 is Cyan = 0.99, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 203 | 182 | - |
| CMYK | 0.99 | 0 | 0.10 | 0.20 |
| HSL | 173.73º | 0.98% | 0.4% | - |
| HSV(B) | 173.73º | 0.99% | 0.8% | - |
| XYZ | 29.82 | 46.1 | 51.58 | - |
| YUV | 140.51 | 151.41 | 29.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 203 | 182 | 0.99 | 0 | 0.10 | 0.20 | 173.73 | 0.98 | 0.4 |
| Hex | 2 | CB | B6 | 63 | 0 | A | 14 | AE | 62 | 28 |
| Octal | 2 | 313 | 266 | 143 | 0 | 12 | 24 | 256 | 142 | 50 |
| Binary | 10 | 11001011 | 10110110 | 1100011 | 0 | 1010 | 10100 | 10101110 | 1100010 | 101000 |
Color Harmonies of #02CBB6
Complementary color
Monochromatic Colors of #02CBB6
Black with #02CBB6
Text Example
Text Example
White with #02CBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CBB6; }
p { color: rgb(2,203,182); }
H1.HeaderClassName
{
color: #02CBB6;
}
.AnyTagClassName
{
color: #02CBB6;
}
</style>
background-color css
<style>
a { background-color: #02CBB6; }
a { background-color: rgb(2,203,182); }
div.DivClassName
{
background-color: #02CBB6;
}
.BgClassName
{
background-color: #02CBB6;
}
</style>
border-color css
<style>
span { border-color: #02CBB6; }
span { border-color: rgb(2,203,182); }
td.TdClassName
{
border-color: #02CBB6;
}
.TagClassName
{
border-color: #02CBB6;
}
</style>