Shades of Aqua #2EF2FA
Tints of Aqua #2EF2FA
RGB
CMYK
RGB Variations
Color information
#2EF2FA (or 0x2EF2FA) is known color: Aqua. HEX triplet: 2E, F2 and FA. RGB value is (46,242,250). Sum of RGB (Red+Green+Blue) = 46+242+250=538 (71% of max value = 765). Red value is 46 (18.36% from 255 or 8.55% from 538); Green value is 242 (94.92% from 255 or 44.98% from 538); Blue value is 250 (98.05% from 255 or 46.47% from 538); Max value from RGB is 250 - color contains mainly: blue. Hex color #2EF2FA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EF2FA is #D10D05. Grayscale: #B8B8B8. Windows color (decimal): -13700358 or 16445998. OLE color: 16445998.
HSL color Cylindrical-coordinate representation of color #2EF2FA: hue angle of 182.35º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EF2FA is Cyan = 0.82, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 242 | 250 | - |
| CMYK | 0.82 | 0.03 | 0 | 0.02 |
| HSL | 182.35º | 0.95% | 0.58% | - |
| HSV(B) | 182.35º | 0.82% | 0.98% | - |
| XYZ | 50.13 | 70.99 | 101.5 | - |
| YUV | 184.31 | 165.07 | 29.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 242 | 250 | 0.82 | 0.03 | 0 | 0.02 | 182.35 | 0.95 | 0.58 |
| Hex | 2E | F2 | FA | 52 | 3 | 0 | 2 | B6 | 5F | 3A |
| Octal | 56 | 362 | 372 | 122 | 3 | 0 | 2 | 266 | 137 | 72 |
| Binary | 101110 | 11110010 | 11111010 | 1010010 | 11 | 0 | 10 | 10110110 | 1011111 | 111010 |
Color Harmonies of #2EF2FA
Complementary color
Monochromatic Colors of #2EF2FA
Black with #2EF2FA
Text Example
Text Example
White with #2EF2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF2FA; }
p { color: rgb(46,242,250); }
H1.HeaderClassName
{
color: #2EF2FA;
}
.AnyTagClassName
{
color: #2EF2FA;
}
</style>
background-color css
<style>
a { background-color: #2EF2FA; }
a { background-color: rgb(46,242,250); }
div.DivClassName
{
background-color: #2EF2FA;
}
.BgClassName
{
background-color: #2EF2FA;
}
</style>
border-color css
<style>
span { border-color: #2EF2FA; }
span { border-color: rgb(46,242,250); }
td.TdClassName
{
border-color: #2EF2FA;
}
.TagClassName
{
border-color: #2EF2FA;
}
</style>