Shades of Aqua #02FCEA
Tints of Aqua #02FCEA
RGB
CMYK
RGB Variations
Color information
#02FCEA (or 0x02FCEA) is known color: Aqua. HEX triplet: 02, FC and EA. RGB value is (2,252,234). Sum of RGB (Red+Green+Blue) = 2+252+234=488 (64% of max value = 765). Red value is 2 (1.17% from 255 or 0.41% from 488); Green value is 252 (98.83% from 255 or 51.64% from 488); Blue value is 234 (91.80% from 255 or 47.95% from 488); Max value from RGB is 252 - color contains mainly: green. Hex color #02FCEA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #02FCEA is #FD0315. Grayscale: #AFAFAF. Windows color (decimal): -16581398 or 15399938. OLE color: 15399938.
HSL color Cylindrical-coordinate representation of color #02FCEA: hue angle of 175.68º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02FCEA is Cyan = 0.99, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 252 | 234 | - |
| CMYK | 0.99 | 0 | 0.07 | 0.01 |
| HSL | 175.68º | 0.98% | 0.5% | - |
| HSV(B) | 175.68º | 0.99% | 0.99% | - |
| XYZ | 49.69 | 75.57 | 89.81 | - |
| YUV | 175.2 | 161.18 | 4.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 252 | 234 | 0.99 | 0 | 0.07 | 0.01 | 175.68 | 0.98 | 0.5 |
| Hex | 2 | FC | EA | 63 | 0 | 7 | 1 | B0 | 62 | 32 |
| Octal | 2 | 374 | 352 | 143 | 0 | 7 | 1 | 260 | 142 | 62 |
| Binary | 10 | 11111100 | 11101010 | 1100011 | 0 | 111 | 1 | 10110000 | 1100010 | 110010 |
Color Harmonies of #02FCEA
Complementary color
Monochromatic Colors of #02FCEA
Black with #02FCEA
Text Example
Text Example
White with #02FCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FCEA; }
p { color: rgb(2,252,234); }
H1.HeaderClassName
{
color: #02FCEA;
}
.AnyTagClassName
{
color: #02FCEA;
}
</style>
background-color css
<style>
a { background-color: #02FCEA; }
a { background-color: rgb(2,252,234); }
div.DivClassName
{
background-color: #02FCEA;
}
.BgClassName
{
background-color: #02FCEA;
}
</style>
border-color css
<style>
span { border-color: #02FCEA; }
span { border-color: rgb(2,252,234); }
td.TdClassName
{
border-color: #02FCEA;
}
.TagClassName
{
border-color: #02FCEA;
}
</style>