Shades of Aqua #2AFEFB
Tints of Aqua #2AFEFB
RGB
CMYK
RGB Variations
Color information
#2AFEFB (or 0x2AFEFB) is known color: Aqua. HEX triplet: 2A, FE and FB. RGB value is (42,254,251). Sum of RGB (Red+Green+Blue) = 42+254+251=547 (72% of max value = 765). Red value is 42 (16.80% from 255 or 7.68% from 547); Green value is 254 (99.61% from 255 or 46.44% from 547); Blue value is 251 (98.44% from 255 or 45.89% from 547); Max value from RGB is 254 - color contains mainly: green. Hex color #2AFEFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2AFEFB is #D50104. Grayscale: #BEBEBE. Windows color (decimal): -13959429 or 16514602. OLE color: 16514602.
HSL color Cylindrical-coordinate representation of color #2AFEFB: hue angle of 179.15º 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 #2AFEFB is Cyan = 0.83, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 42 | 254 | 251 | - |
| CMYK | 0.83 | 0 | 0.01 | 0.00 |
| HSL | 179.15º | 0.99% | 0.58% | - |
| HSV(B) | 179.15º | 0.83% | 1% | - |
| XYZ | 53.81 | 78.34 | 103.55 | - |
| YUV | 190.27 | 162.26 | 22.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 254 | 251 | 0.83 | 0 | 0.01 | 0.00 | 179.15 | 0.99 | 0.58 |
| Hex | 2A | FE | FB | 53 | 0 | 1 | 0 | B3 | 63 | 3A |
| Octal | 52 | 376 | 373 | 123 | 0 | 1 | 0 | 263 | 143 | 72 |
| Binary | 101010 | 11111110 | 11111011 | 1010011 | 0 | 1 | 0 | 10110011 | 1100011 | 111010 |
Color Harmonies of #2AFEFB
Complementary color
Monochromatic Colors of #2AFEFB
Black with #2AFEFB
Text Example
Text Example
White with #2AFEFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AFEFB; }
p { color: rgb(42,254,251); }
H1.HeaderClassName
{
color: #2AFEFB;
}
.AnyTagClassName
{
color: #2AFEFB;
}
</style>
background-color css
<style>
a { background-color: #2AFEFB; }
a { background-color: rgb(42,254,251); }
div.DivClassName
{
background-color: #2AFEFB;
}
.BgClassName
{
background-color: #2AFEFB;
}
</style>
border-color css
<style>
span { border-color: #2AFEFB; }
span { border-color: rgb(42,254,251); }
td.TdClassName
{
border-color: #2AFEFB;
}
.TagClassName
{
border-color: #2AFEFB;
}
</style>