Shades of Robin's Egg Blue #02D5C0
Tints of Robin's Egg Blue #02D5C0
RGB
CMYK
RGB Variations
Color information
#02D5C0 (or 0x02D5C0) is known color: Robin's Egg Blue. HEX triplet: 02, D5 and C0. RGB value is (2,213,192). Sum of RGB (Red+Green+Blue) = 2+213+192=407 (53% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 407); Green value is 213 (83.59% from 255 or 52.33% from 407); Blue value is 192 (75.39% from 255 or 47.17% from 407); Max value from RGB is 213 - color contains mainly: green. Hex color #02D5C0 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02D5C0 is #FD2A3F. Grayscale: #939393. Windows color (decimal): -16591424 or 12637442. OLE color: 12637442.
HSL color Cylindrical-coordinate representation of color #02D5C0: hue angle of 174.03º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D5C0 is Cyan = 0.99, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 2 | 213 | 192 | - |
| CMYK | 0.99 | 0 | 0.10 | 0.16 |
| HSL | 174.03º | 0.98% | 0.42% | - |
| HSV(B) | 174.03º | 0.99% | 0.84% | - |
| XYZ | 33.33 | 51.41 | 58.03 | - |
| YUV | 147.52 | 153.1 | 24.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 213 | 192 | 0.99 | 0 | 0.10 | 0.16 | 174.03 | 0.98 | 0.42 |
| Hex | 2 | D5 | C0 | 63 | 0 | A | 10 | AE | 62 | 2A |
| Octal | 2 | 325 | 300 | 143 | 0 | 12 | 20 | 256 | 142 | 52 |
| Binary | 10 | 11010101 | 11000000 | 1100011 | 0 | 1010 | 10000 | 10101110 | 1100010 | 101010 |
Color Harmonies of #02D5C0
Complementary color
Monochromatic Colors of #02D5C0
Black with #02D5C0
Text Example
Text Example
White with #02D5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D5C0; }
p { color: rgb(2,213,192); }
H1.HeaderClassName
{
color: #02D5C0;
}
.AnyTagClassName
{
color: #02D5C0;
}
</style>
background-color css
<style>
a { background-color: #02D5C0; }
a { background-color: rgb(2,213,192); }
div.DivClassName
{
background-color: #02D5C0;
}
.BgClassName
{
background-color: #02D5C0;
}
</style>
border-color css
<style>
span { border-color: #02D5C0; }
span { border-color: rgb(2,213,192); }
td.TdClassName
{
border-color: #02D5C0;
}
.TagClassName
{
border-color: #02D5C0;
}
</style>