Shades of Robin's Egg Blue #02CFBC
Tints of Robin's Egg Blue #02CFBC
RGB
CMYK
RGB Variations
Color information
#02CFBC (or 0x02CFBC) is known color: Robin's Egg Blue. HEX triplet: 02, CF and BC. RGB value is (2,207,188). Sum of RGB (Red+Green+Blue) = 2+207+188=397 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 397); Green value is 207 (81.25% from 255 or 52.14% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 207 - color contains mainly: green. Hex color #02CFBC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02CFBC is #FD3043. Grayscale: #8F8F8F. Windows color (decimal): -16592964 or 12373762. OLE color: 12373762.
HSL color Cylindrical-coordinate representation of color #02CFBC: hue angle of 174.44º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CFBC is Cyan = 0.99, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 207 | 188 | - |
| CMYK | 0.99 | 0 | 0.09 | 0.19 |
| HSL | 174.44º | 0.98% | 0.41% | - |
| HSV(B) | 174.44º | 0.99% | 0.81% | - |
| XYZ | 31.41 | 48.27 | 55.24 | - |
| YUV | 143.54 | 153.08 | 27.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 207 | 188 | 0.99 | 0 | 0.09 | 0.19 | 174.44 | 0.98 | 0.41 |
| Hex | 2 | CF | BC | 63 | 0 | 9 | 13 | AE | 62 | 29 |
| Octal | 2 | 317 | 274 | 143 | 0 | 11 | 23 | 256 | 142 | 51 |
| Binary | 10 | 11001111 | 10111100 | 1100011 | 0 | 1001 | 10011 | 10101110 | 1100010 | 101001 |
Color Harmonies of #02CFBC
Complementary color
Monochromatic Colors of #02CFBC
Black with #02CFBC
Text Example
Text Example
White with #02CFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CFBC; }
p { color: rgb(2,207,188); }
H1.HeaderClassName
{
color: #02CFBC;
}
.AnyTagClassName
{
color: #02CFBC;
}
</style>
background-color css
<style>
a { background-color: #02CFBC; }
a { background-color: rgb(2,207,188); }
div.DivClassName
{
background-color: #02CFBC;
}
.BgClassName
{
background-color: #02CFBC;
}
</style>
border-color css
<style>
span { border-color: #02CFBC; }
span { border-color: rgb(2,207,188); }
td.TdClassName
{
border-color: #02CFBC;
}
.TagClassName
{
border-color: #02CFBC;
}
</style>