Shades of Robin's Egg Blue #02D0CC
Tints of Robin's Egg Blue #02D0CC
RGB
CMYK
RGB Variations
Color information
#02D0CC (or 0x02D0CC) is known color: Robin's Egg Blue. HEX triplet: 02, D0 and CC. RGB value is (2,208,204). Sum of RGB (Red+Green+Blue) = 2+208+204=414 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.48% from 414); Green value is 208 (81.64% from 255 or 50.24% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 208 - color contains mainly: green. Hex color #02D0CC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02D0CC is #FD2F33. Grayscale: #919191. Windows color (decimal): -16592692 or 13422594. OLE color: 13422594.
HSL color Cylindrical-coordinate representation of color #02D0CC: hue angle of 178.83º 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 #02D0CC is Cyan = 0.99, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 2 | 208 | 204 | - |
| CMYK | 0.99 | 0 | 0.02 | 0.18 |
| HSL | 178.83º | 0.98% | 0.41% | - |
| HSV(B) | 178.83º | 0.99% | 0.82% | - |
| XYZ | 33.48 | 49.48 | 64.91 | - |
| YUV | 145.95 | 160.75 | 25.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 208 | 204 | 0.99 | 0 | 0.02 | 0.18 | 178.83 | 0.98 | 0.41 |
| Hex | 2 | D0 | CC | 63 | 0 | 2 | 12 | B3 | 62 | 29 |
| Octal | 2 | 320 | 314 | 143 | 0 | 2 | 22 | 263 | 142 | 51 |
| Binary | 10 | 11010000 | 11001100 | 1100011 | 0 | 10 | 10010 | 10110011 | 1100010 | 101001 |
Color Harmonies of #02D0CC
Complementary color
Monochromatic Colors of #02D0CC
Black with #02D0CC
Text Example
Text Example
White with #02D0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02D0CC; }
p { color: rgb(2,208,204); }
H1.HeaderClassName
{
color: #02D0CC;
}
.AnyTagClassName
{
color: #02D0CC;
}
</style>
background-color css
<style>
a { background-color: #02D0CC; }
a { background-color: rgb(2,208,204); }
div.DivClassName
{
background-color: #02D0CC;
}
.BgClassName
{
background-color: #02D0CC;
}
</style>
border-color css
<style>
span { border-color: #02D0CC; }
span { border-color: rgb(2,208,204); }
td.TdClassName
{
border-color: #02D0CC;
}
.TagClassName
{
border-color: #02D0CC;
}
</style>