Shades of Robin's Egg Blue #02C2C4
Tints of Robin's Egg Blue #02C2C4
RGB
CMYK
RGB Variations
Color information
#02C2C4 (or 0x02C2C4) is known color: Robin's Egg Blue. HEX triplet: 02, C2 and C4. RGB value is (2,194,196). Sum of RGB (Red+Green+Blue) = 2+194+196=392 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 392); Green value is 194 (76.17% from 255 or 49.49% from 392); Blue value is 196 (76.95% from 255 or 50% from 392); Max value from RGB is 196 - color contains mainly: blue. Hex color #02C2C4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #02C2C4 is #FD3D3B. Grayscale: #888888. Windows color (decimal): -16596284 or 12894722. OLE color: 12894722.
HSL color Cylindrical-coordinate representation of color #02C2C4: hue angle of 180.62º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C2C4 is Cyan = 0.99, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 2 | 194 | 196 | - |
| CMYK | 0.99 | 0.01 | 0 | 0.23 |
| HSL | 180.62º | 0.98% | 0.39% | - |
| HSV(B) | 180.62º | 0.99% | 0.77% | - |
| XYZ | 29.28 | 42.58 | 58.9 | - |
| YUV | 136.82 | 161.39 | 31.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 194 | 196 | 0.99 | 0.01 | 0 | 0.23 | 180.62 | 0.98 | 0.39 |
| Hex | 2 | C2 | C4 | 63 | 1 | 0 | 17 | B5 | 62 | 27 |
| Octal | 2 | 302 | 304 | 143 | 1 | 0 | 27 | 265 | 142 | 47 |
| Binary | 10 | 11000010 | 11000100 | 1100011 | 1 | 0 | 10111 | 10110101 | 1100010 | 100111 |
Color Harmonies of #02C2C4
Complementary color
Monochromatic Colors of #02C2C4
Black with #02C2C4
Text Example
Text Example
White with #02C2C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C2C4; }
p { color: rgb(2,194,196); }
H1.HeaderClassName
{
color: #02C2C4;
}
.AnyTagClassName
{
color: #02C2C4;
}
</style>
background-color css
<style>
a { background-color: #02C2C4; }
a { background-color: rgb(2,194,196); }
div.DivClassName
{
background-color: #02C2C4;
}
.BgClassName
{
background-color: #02C2C4;
}
</style>
border-color css
<style>
span { border-color: #02C2C4; }
span { border-color: rgb(2,194,196); }
td.TdClassName
{
border-color: #02C2C4;
}
.TagClassName
{
border-color: #02C2C4;
}
</style>