Shades of Robin's Egg Blue #02DAC6
Tints of Robin's Egg Blue #02DAC6
RGB
CMYK
RGB Variations
Color information
#02DAC6 (or 0x02DAC6) is known color: Robin's Egg Blue. HEX triplet: 02, DA and C6. RGB value is (2,218,198). Sum of RGB (Red+Green+Blue) = 2+218+198=418 (55% of max value = 765). Red value is 2 (1.17% from 255 or 0.48% from 418); Green value is 218 (85.55% from 255 or 52.15% from 418); Blue value is 198 (77.73% from 255 or 47.37% from 418); Max value from RGB is 218 - color contains mainly: green. Hex color #02DAC6 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02DAC6 is #FD2539. Grayscale: #979797. Windows color (decimal): -16590138 or 13031938. OLE color: 13031938.
HSL color Cylindrical-coordinate representation of color #02DAC6: hue angle of 174.44º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02DAC6 is Cyan = 0.99, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 2 | 218 | 198 | - |
| CMYK | 0.99 | 0 | 0.09 | 0.15 |
| HSL | 174.44º | 0.98% | 0.43% | - |
| HSV(B) | 174.44º | 0.99% | 0.85% | - |
| XYZ | 35.29 | 54.23 | 62.03 | - |
| YUV | 151.14 | 154.44 | 21.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 218 | 198 | 0.99 | 0 | 0.09 | 0.15 | 174.44 | 0.98 | 0.43 |
| Hex | 2 | DA | C6 | 63 | 0 | 9 | F | AE | 62 | 2B |
| Octal | 2 | 332 | 306 | 143 | 0 | 11 | 17 | 256 | 142 | 53 |
| Binary | 10 | 11011010 | 11000110 | 1100011 | 0 | 1001 | 1111 | 10101110 | 1100010 | 101011 |
Color Harmonies of #02DAC6
Complementary color
Monochromatic Colors of #02DAC6
Black with #02DAC6
Text Example
Text Example
White with #02DAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02DAC6; }
p { color: rgb(2,218,198); }
H1.HeaderClassName
{
color: #02DAC6;
}
.AnyTagClassName
{
color: #02DAC6;
}
</style>
background-color css
<style>
a { background-color: #02DAC6; }
a { background-color: rgb(2,218,198); }
div.DivClassName
{
background-color: #02DAC6;
}
.BgClassName
{
background-color: #02DAC6;
}
</style>
border-color css
<style>
span { border-color: #02DAC6; }
span { border-color: rgb(2,218,198); }
td.TdClassName
{
border-color: #02DAC6;
}
.TagClassName
{
border-color: #02DAC6;
}
</style>