Shades of Aqua #02FEF6
Tints of Aqua #02FEF6
RGB
CMYK
RGB Variations
Color information
#02FEF6 (or 0x02FEF6) is known color: Aqua. HEX triplet: 02, FE and F6. RGB value is (2,254,246). Sum of RGB (Red+Green+Blue) = 2+254+246=502 (66% of max value = 765). Red value is 2 (1.17% from 255 or 0.40% from 502); Green value is 254 (99.61% from 255 or 50.60% from 502); Blue value is 246 (96.48% from 255 or 49.00% from 502); Max value from RGB is 254 - color contains mainly: green. Hex color #02FEF6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #02FEF6 is #FD0109. Grayscale: #B1B1B1. Windows color (decimal): -16580874 or 16186882. OLE color: 16186882.
HSL color Cylindrical-coordinate representation of color #02FEF6: hue angle of 178.1º 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 #02FEF6 is Cyan = 0.99, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 254 | 246 | - |
| CMYK | 0.99 | 0 | 0.03 | 0.00 |
| HSL | 178.1º | 0.99% | 0.5% | - |
| HSV(B) | 178.1º | 0.99% | 1% | - |
| XYZ | 52.1 | 77.55 | 99.41 | - |
| YUV | 177.74 | 166.51 | 2.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 254 | 246 | 0.99 | 0 | 0.03 | 0.00 | 178.1 | 0.99 | 0.5 |
| Hex | 2 | FE | F6 | 63 | 0 | 3 | 0 | B2 | 63 | 32 |
| Octal | 2 | 376 | 366 | 143 | 0 | 3 | 0 | 262 | 143 | 62 |
| Binary | 10 | 11111110 | 11110110 | 1100011 | 0 | 11 | 0 | 10110010 | 1100011 | 110010 |
Color Harmonies of #02FEF6
Complementary color
Monochromatic Colors of #02FEF6
Black with #02FEF6
Text Example
Text Example
White with #02FEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FEF6; }
p { color: rgb(2,254,246); }
H1.HeaderClassName
{
color: #02FEF6;
}
.AnyTagClassName
{
color: #02FEF6;
}
</style>
background-color css
<style>
a { background-color: #02FEF6; }
a { background-color: rgb(2,254,246); }
div.DivClassName
{
background-color: #02FEF6;
}
.BgClassName
{
background-color: #02FEF6;
}
</style>
border-color css
<style>
span { border-color: #02FEF6; }
span { border-color: rgb(2,254,246); }
td.TdClassName
{
border-color: #02FEF6;
}
.TagClassName
{
border-color: #02FEF6;
}
</style>