Shades of Robin's Egg Blue #02D0B7
Tints of Robin's Egg Blue #02D0B7
RGB
CMYK
RGB Variations
Color information
#02D0B7 (or 0x02D0B7) is known color: Robin's Egg Blue. HEX triplet: 02, D0 and B7. RGB value is (2,208,183). Sum of RGB (Red+Green+Blue) = 2+208+183=393 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 393); Green value is 208 (81.64% from 255 or 52.93% from 393); Blue value is 183 (71.88% from 255 or 46.56% from 393); Max value from RGB is 208 - color contains mainly: green. Hex color #02D0B7 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02D0B7 is #FD2F48. Grayscale: #8F8F8F. Windows color (decimal): -16592713 or 12046338. OLE color: 12046338.
HSL color Cylindrical-coordinate representation of color #02D0B7: hue angle of 172.72º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D0B7 is Cyan = 0.99, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 208 | 183 | - |
| CMYK | 0.99 | 0 | 0.12 | 0.18 |
| HSL | 172.72º | 0.98% | 0.41% | - |
| HSV(B) | 172.72º | 0.99% | 0.82% | - |
| XYZ | 31.13 | 48.54 | 52.53 | - |
| YUV | 143.56 | 150.25 | 27.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 208 | 183 | 0.99 | 0 | 0.12 | 0.18 | 172.72 | 0.98 | 0.41 |
| Hex | 2 | D0 | B7 | 63 | 0 | C | 12 | AD | 62 | 29 |
| Octal | 2 | 320 | 267 | 143 | 0 | 14 | 22 | 255 | 142 | 51 |
| Binary | 10 | 11010000 | 10110111 | 1100011 | 0 | 1100 | 10010 | 10101101 | 1100010 | 101001 |
Color Harmonies of #02D0B7
Complementary color
Monochromatic Colors of #02D0B7
Black with #02D0B7
Text Example
Text Example
White with #02D0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D0B7; }
p { color: rgb(2,208,183); }
H1.HeaderClassName
{
color: #02D0B7;
}
.AnyTagClassName
{
color: #02D0B7;
}
</style>
background-color css
<style>
a { background-color: #02D0B7; }
a { background-color: rgb(2,208,183); }
div.DivClassName
{
background-color: #02D0B7;
}
.BgClassName
{
background-color: #02D0B7;
}
</style>
border-color css
<style>
span { border-color: #02D0B7; }
span { border-color: rgb(2,208,183); }
td.TdClassName
{
border-color: #02D0B7;
}
.TagClassName
{
border-color: #02D0B7;
}
</style>