Shades of Aqua #02FFEE
Tints of Aqua #02FFEE
RGB
CMYK
RGB Variations
Color information
#02FFEE (or 0x02FFEE) is known color: Aqua. HEX triplet: 02, FF and EE. RGB value is (2,255,238). Sum of RGB (Red+Green+Blue) = 2+255+238=495 (65% of max value = 765). Red value is 2 (1.17% from 255 or 0.40% from 495); Green value is 255 (100% from 255 or 51.52% from 495); Blue value is 238 (93.36% from 255 or 48.08% from 495); Max value from RGB is 255 - color contains mainly: green. Hex color #02FFEE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #02FFEE is #FD0011. Grayscale: #B1B1B1. Windows color (decimal): -16580626 or 15662850. OLE color: 15662850.
HSL color Cylindrical-coordinate representation of color #02FFEE: hue angle of 175.97º 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 #02FFEE is Cyan = 0.99, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 255 | 238 | - |
| CMYK | 0.99 | 0 | 0.07 | 0 |
| HSL | 175.97º | 1% | 0.5% | - |
| HSV(B) | 175.97º | 0.99% | 1% | - |
| XYZ | 51.22 | 77.71 | 93.19 | - |
| YUV | 177.42 | 162.18 | 2.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 255 | 238 | 0.99 | 0 | 0.07 | 0 | 175.97 | 1 | 0.5 |
| Hex | 2 | FF | EE | 63 | 0 | 7 | 0 | B0 | 64 | 32 |
| Octal | 2 | 377 | 356 | 143 | 0 | 7 | 0 | 260 | 144 | 62 |
| Binary | 10 | 11111111 | 11101110 | 1100011 | 0 | 111 | 0 | 10110000 | 1100100 | 110010 |
Color Harmonies of #02FFEE
Complementary color
Monochromatic Colors of #02FFEE
Black with #02FFEE
Text Example
Text Example
White with #02FFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02FFEE; }
p { color: rgb(2,255,238); }
H1.HeaderClassName
{
color: #02FFEE;
}
.AnyTagClassName
{
color: #02FFEE;
}
</style>
background-color css
<style>
a { background-color: #02FFEE; }
a { background-color: rgb(2,255,238); }
div.DivClassName
{
background-color: #02FFEE;
}
.BgClassName
{
background-color: #02FFEE;
}
</style>
border-color css
<style>
span { border-color: #02FFEE; }
span { border-color: rgb(2,255,238); }
td.TdClassName
{
border-color: #02FFEE;
}
.TagClassName
{
border-color: #02FFEE;
}
</style>