Shades of Aqua #2AFEF2
Tints of Aqua #2AFEF2
RGB
CMYK
RGB Variations
Color information
#2AFEF2 (or 0x2AFEF2) is known color: Aqua. HEX triplet: 2A, FE and F2. RGB value is (42,254,242). Sum of RGB (Red+Green+Blue) = 42+254+242=538 (71% of max value = 765). Red value is 42 (16.80% from 255 or 7.81% from 538); Green value is 254 (99.61% from 255 or 47.21% from 538); Blue value is 242 (94.92% from 255 or 44.98% from 538); Max value from RGB is 254 - color contains mainly: green. Hex color #2AFEF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2AFEF2 is #D5010D. Grayscale: #BDBDBD. Windows color (decimal): -13959438 or 15924778. OLE color: 15924778.
HSL color Cylindrical-coordinate representation of color #2AFEF2: hue angle of 176.6º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2AFEF2 is Cyan = 0.83, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 42 | 254 | 242 | - |
| CMYK | 0.83 | 0 | 0.05 | 0.00 |
| HSL | 176.6º | 0.99% | 0.58% | - |
| HSV(B) | 176.6º | 0.83% | 1% | - |
| XYZ | 52.42 | 77.79 | 96.26 | - |
| YUV | 189.24 | 157.76 | 22.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 254 | 242 | 0.83 | 0 | 0.05 | 0.00 | 176.6 | 0.99 | 0.58 |
| Hex | 2A | FE | F2 | 53 | 0 | 5 | 0 | B1 | 63 | 3A |
| Octal | 52 | 376 | 362 | 123 | 0 | 5 | 0 | 261 | 143 | 72 |
| Binary | 101010 | 11111110 | 11110010 | 1010011 | 0 | 101 | 0 | 10110001 | 1100011 | 111010 |
Color Harmonies of #2AFEF2
Complementary color
Monochromatic Colors of #2AFEF2
Black with #2AFEF2
Text Example
Text Example
White with #2AFEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFEF2; }
p { color: rgb(42,254,242); }
H1.HeaderClassName
{
color: #2AFEF2;
}
.AnyTagClassName
{
color: #2AFEF2;
}
</style>
background-color css
<style>
a { background-color: #2AFEF2; }
a { background-color: rgb(42,254,242); }
div.DivClassName
{
background-color: #2AFEF2;
}
.BgClassName
{
background-color: #2AFEF2;
}
</style>
border-color css
<style>
span { border-color: #2AFEF2; }
span { border-color: rgb(42,254,242); }
td.TdClassName
{
border-color: #2AFEF2;
}
.TagClassName
{
border-color: #2AFEF2;
}
</style>