Shades of Aqua #02FEF7
Tints of Aqua #02FEF7
RGB
CMYK
RGB Variations
Color information
#02FEF7 (or 0x02FEF7) is known color: Aqua. HEX triplet: 02, FE and F7. RGB value is (2,254,247). Sum of RGB (Red+Green+Blue) = 2+254+247=503 (66% of max value = 765). Red value is 2 (1.17% from 255 or 0.40% from 503); Green value is 254 (99.61% from 255 or 50.50% from 503); Blue value is 247 (96.88% from 255 or 49.11% from 503); Max value from RGB is 254 - color contains mainly: green. Hex color #02FEF7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #02FEF7 is #FD0108. Grayscale: #B1B1B1. Windows color (decimal): -16580873 or 16252418. OLE color: 16252418.
HSL color Cylindrical-coordinate representation of color #02FEF7: hue angle of 178.33º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02FEF7 is Cyan = 0.99, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 254 | 247 | - |
| CMYK | 0.99 | 0 | 0.03 | 0.00 |
| HSL | 178.33º | 0.99% | 0.5% | - |
| HSV(B) | 178.33º | 0.99% | 1% | - |
| XYZ | 52.26 | 77.61 | 100.22 | - |
| YUV | 177.85 | 167.01 | 2.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 254 | 247 | 0.99 | 0 | 0.03 | 0.00 | 178.33 | 0.99 | 0.5 |
| Hex | 2 | FE | F7 | 63 | 0 | 3 | 0 | B2 | 63 | 32 |
| Octal | 2 | 376 | 367 | 143 | 0 | 3 | 0 | 262 | 143 | 62 |
| Binary | 10 | 11111110 | 11110111 | 1100011 | 0 | 11 | 0 | 10110010 | 1100011 | 110010 |
Color Harmonies of #02FEF7
Complementary color
Monochromatic Colors of #02FEF7
Black with #02FEF7
Text Example
Text Example
White with #02FEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FEF7; }
p { color: rgb(2,254,247); }
H1.HeaderClassName
{
color: #02FEF7;
}
.AnyTagClassName
{
color: #02FEF7;
}
</style>
background-color css
<style>
a { background-color: #02FEF7; }
a { background-color: rgb(2,254,247); }
div.DivClassName
{
background-color: #02FEF7;
}
.BgClassName
{
background-color: #02FEF7;
}
</style>
border-color css
<style>
span { border-color: #02FEF7; }
span { border-color: rgb(2,254,247); }
td.TdClassName
{
border-color: #02FEF7;
}
.TagClassName
{
border-color: #02FEF7;
}
</style>