Shades of Aqua #2EFAFA
Tints of Aqua #2EFAFA
RGB
CMYK
RGB Variations
Color information
#2EFAFA (or 0x2EFAFA) is known color: Aqua. HEX triplet: 2E, FA and FA. RGB value is (46,250,250). Sum of RGB (Red+Green+Blue) = 46+250+250=546 (72% of max value = 765). Red value is 46 (18.36% from 255 or 8.42% from 546); Green value is 250 (98.05% from 255 or 45.79% from 546); Blue value is 250 (98.05% from 255 or 45.79% from 546); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #2EFAFA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2EFAFA is #D10505. Grayscale: #BCBCBC. Windows color (decimal): -13698310 or 16448046. OLE color: 16448046.
HSL color Cylindrical-coordinate representation of color #2EFAFA: hue angle of 180º 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 #2EFAFA is Cyan = 0.82, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 250 | 250 | - |
| CMYK | 0.82 | 0 | 0 | 0.02 |
| HSL | 180º | 0.95% | 0.58% | - |
| HSV(B) | 180º | 0.82% | 0.98% | - |
| XYZ | 52.57 | 75.85 | 102.31 | - |
| YUV | 189 | 162.41 | 26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 250 | 250 | 0.82 | 0 | 0 | 0.02 | 180 | 0.95 | 0.58 |
| Hex | 2E | FA | FA | 52 | 0 | 0 | 2 | B4 | 5F | 3A |
| Octal | 56 | 372 | 372 | 122 | 0 | 0 | 2 | 264 | 137 | 72 |
| Binary | 101110 | 11111010 | 11111010 | 1010010 | 0 | 0 | 10 | 10110100 | 1011111 | 111010 |
Color Harmonies of #2EFAFA
Complementary color
Monochromatic Colors of #2EFAFA
Black with #2EFAFA
Text Example
Text Example
White with #2EFAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFAFA; }
p { color: rgb(46,250,250); }
H1.HeaderClassName
{
color: #2EFAFA;
}
.AnyTagClassName
{
color: #2EFAFA;
}
</style>
background-color css
<style>
a { background-color: #2EFAFA; }
a { background-color: rgb(46,250,250); }
div.DivClassName
{
background-color: #2EFAFA;
}
.BgClassName
{
background-color: #2EFAFA;
}
</style>
border-color css
<style>
span { border-color: #2EFAFA; }
span { border-color: rgb(46,250,250); }
td.TdClassName
{
border-color: #2EFAFA;
}
.TagClassName
{
border-color: #2EFAFA;
}
</style>