Shades of Robin's Egg Blue #02D7BA
Tints of Robin's Egg Blue #02D7BA
RGB
CMYK
RGB Variations
Color information
#02D7BA (or 0x02D7BA) is known color: Robin's Egg Blue. HEX triplet: 02, D7 and BA. RGB value is (2,215,186). Sum of RGB (Red+Green+Blue) = 2+215+186=403 (53% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 403); Green value is 215 (84.38% from 255 or 53.35% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 215 - color contains mainly: green. Hex color #02D7BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02D7BA is #FD2845. Grayscale: #939393. Windows color (decimal): -16590918 or 12244738. OLE color: 12244738.
HSL color Cylindrical-coordinate representation of color #02D7BA: hue angle of 171.83º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D7BA is Cyan = 0.99, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 215 | 186 | - |
| CMYK | 0.99 | 0 | 0.13 | 0.16 |
| HSL | 171.83º | 0.98% | 0.43% | - |
| HSV(B) | 171.83º | 0.99% | 0.84% | - |
| XYZ | 33.19 | 52.16 | 54.77 | - |
| YUV | 148.01 | 149.43 | 23.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 215 | 186 | 0.99 | 0 | 0.13 | 0.16 | 171.83 | 0.98 | 0.43 |
| Hex | 2 | D7 | BA | 63 | 0 | D | 10 | AC | 62 | 2B |
| Octal | 2 | 327 | 272 | 143 | 0 | 15 | 20 | 254 | 142 | 53 |
| Binary | 10 | 11010111 | 10111010 | 1100011 | 0 | 1101 | 10000 | 10101100 | 1100010 | 101011 |
Color Harmonies of #02D7BA
Complementary color
Monochromatic Colors of #02D7BA
Black with #02D7BA
Text Example
Text Example
White with #02D7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D7BA; }
p { color: rgb(2,215,186); }
H1.HeaderClassName
{
color: #02D7BA;
}
.AnyTagClassName
{
color: #02D7BA;
}
</style>
background-color css
<style>
a { background-color: #02D7BA; }
a { background-color: rgb(2,215,186); }
div.DivClassName
{
background-color: #02D7BA;
}
.BgClassName
{
background-color: #02D7BA;
}
</style>
border-color css
<style>
span { border-color: #02D7BA; }
span { border-color: rgb(2,215,186); }
td.TdClassName
{
border-color: #02D7BA;
}
.TagClassName
{
border-color: #02D7BA;
}
</style>