Shades of Aqua #2AEEFE
Tints of Aqua #2AEEFE
RGB
CMYK
RGB Variations
Color information
#2AEEFE (or 0x2AEEFE) is known color: Aqua. HEX triplet: 2A, EE and FE. RGB value is (42,238,254). Sum of RGB (Red+Green+Blue) = 42+238+254=534 (70% of max value = 765). Red value is 42 (16.80% from 255 or 7.87% from 534); Green value is 238 (93.36% from 255 or 44.57% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #2AEEFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2AEEFE is #D51101. Grayscale: #B4B4B4. Windows color (decimal): -13963522 or 16707114. OLE color: 16707114.
HSL color Cylindrical-coordinate representation of color #2AEEFE: hue angle of 184.53º 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 #2AEEFE is Cyan = 0.83, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 42 | 238 | 254 | - |
| CMYK | 0.83 | 0.06 | 0 | 0.00 |
| HSL | 184.53º | 0.99% | 0.58% | - |
| HSV(B) | 184.53º | 0.83% | 1% | - |
| XYZ | 49.42 | 68.8 | 104.44 | - |
| YUV | 181.22 | 169.07 | 28.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 238 | 254 | 0.83 | 0.06 | 0 | 0.00 | 184.53 | 0.99 | 0.58 |
| Hex | 2A | EE | FE | 53 | 6 | 0 | 0 | B9 | 63 | 3A |
| Octal | 52 | 356 | 376 | 123 | 6 | 0 | 0 | 271 | 143 | 72 |
| Binary | 101010 | 11101110 | 11111110 | 1010011 | 110 | 0 | 0 | 10111001 | 1100011 | 111010 |
Color Harmonies of #2AEEFE
Complementary color
Monochromatic Colors of #2AEEFE
Black with #2AEEFE
Text Example
Text Example
White with #2AEEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEEFE; }
p { color: rgb(42,238,254); }
H1.HeaderClassName
{
color: #2AEEFE;
}
.AnyTagClassName
{
color: #2AEEFE;
}
</style>
background-color css
<style>
a { background-color: #2AEEFE; }
a { background-color: rgb(42,238,254); }
div.DivClassName
{
background-color: #2AEEFE;
}
.BgClassName
{
background-color: #2AEEFE;
}
</style>
border-color css
<style>
span { border-color: #2AEEFE; }
span { border-color: rgb(42,238,254); }
td.TdClassName
{
border-color: #2AEEFE;
}
.TagClassName
{
border-color: #2AEEFE;
}
</style>