Shades of Aqua #02FFED
Tints of Aqua #02FFED
RGB
CMYK
RGB Variations
Color information
#02FFED (or 0x02FFED) is known color: Aqua. HEX triplet: 02, FF and ED. RGB value is (2,255,237). Sum of RGB (Red+Green+Blue) = 2+255+237=494 (65% of max value = 765). Red value is 2 (1.17% from 255 or 0.40% from 494); Green value is 255 (100% from 255 or 51.62% from 494); Blue value is 237 (92.97% from 255 or 47.98% from 494); Max value from RGB is 255 - color contains mainly: green. Hex color #02FFED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #02FFED is #FD0012. Grayscale: #B1B1B1. Windows color (decimal): -16580627 or 15597314. OLE color: 15597314.
HSL color Cylindrical-coordinate representation of color #02FFED: hue angle of 175.73º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02FFED is Cyan = 0.99, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 255 | 237 | - |
| CMYK | 0.99 | 0 | 0.07 | 0 |
| HSL | 175.73º | 1% | 0.5% | - |
| HSV(B) | 175.73º | 0.99% | 1% | - |
| XYZ | 51.07 | 77.65 | 92.42 | - |
| YUV | 177.3 | 161.68 | 2.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 255 | 237 | 0.99 | 0 | 0.07 | 0 | 175.73 | 1 | 0.5 |
| Hex | 2 | FF | ED | 63 | 0 | 7 | 0 | B0 | 64 | 32 |
| Octal | 2 | 377 | 355 | 143 | 0 | 7 | 0 | 260 | 144 | 62 |
| Binary | 10 | 11111111 | 11101101 | 1100011 | 0 | 111 | 0 | 10110000 | 1100100 | 110010 |
Color Harmonies of #02FFED
Complementary color
Monochromatic Colors of #02FFED
Black with #02FFED
Text Example
Text Example
White with #02FFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FFED; }
p { color: rgb(2,255,237); }
H1.HeaderClassName
{
color: #02FFED;
}
.AnyTagClassName
{
color: #02FFED;
}
</style>
background-color css
<style>
a { background-color: #02FFED; }
a { background-color: rgb(2,255,237); }
div.DivClassName
{
background-color: #02FFED;
}
.BgClassName
{
background-color: #02FFED;
}
</style>
border-color css
<style>
span { border-color: #02FFED; }
span { border-color: rgb(2,255,237); }
td.TdClassName
{
border-color: #02FFED;
}
.TagClassName
{
border-color: #02FFED;
}
</style>