Shades of Aqua #2FFEF9
Tints of Aqua #2FFEF9
RGB
CMYK
RGB Variations
Color information
#2FFEF9 (or 0x2FFEF9) is known color: Aqua. HEX triplet: 2F, FE and F9. RGB value is (47,254,249). Sum of RGB (Red+Green+Blue) = 47+254+249=550 (72% of max value = 765). Red value is 47 (18.75% from 255 or 8.55% from 550); Green value is 254 (99.61% from 255 or 46.18% from 550); Blue value is 249 (97.66% from 255 or 45.27% from 550); Max value from RGB is 254 - color contains mainly: green. Hex color #2FFEF9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FFEF9 is #D00106. Grayscale: #BFBFBF. Windows color (decimal): -13631751 or 16383535. OLE color: 16383535.
HSL color Cylindrical-coordinate representation of color #2FFEF9: hue angle of 178.55º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFEF9 is Cyan = 0.81, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 47 | 254 | 249 | - |
| CMYK | 0.81 | 0 | 0.02 | 0.00 |
| HSL | 178.55º | 0.99% | 0.59% | - |
| HSV(B) | 178.55º | 0.81% | 1% | - |
| XYZ | 53.71 | 78.33 | 101.91 | - |
| YUV | 191.54 | 160.42 | 24.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 254 | 249 | 0.81 | 0 | 0.02 | 0.00 | 178.55 | 0.99 | 0.59 |
| Hex | 2F | FE | F9 | 51 | 0 | 2 | 0 | B3 | 63 | 3B |
| Octal | 57 | 376 | 371 | 121 | 0 | 2 | 0 | 263 | 143 | 73 |
| Binary | 101111 | 11111110 | 11111001 | 1010001 | 0 | 10 | 0 | 10110011 | 1100011 | 111011 |
Color Harmonies of #2FFEF9
Complementary color
Monochromatic Colors of #2FFEF9
Black with #2FFEF9
Text Example
Text Example
White with #2FFEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFEF9; }
p { color: rgb(47,254,249); }
H1.HeaderClassName
{
color: #2FFEF9;
}
.AnyTagClassName
{
color: #2FFEF9;
}
</style>
background-color css
<style>
a { background-color: #2FFEF9; }
a { background-color: rgb(47,254,249); }
div.DivClassName
{
background-color: #2FFEF9;
}
.BgClassName
{
background-color: #2FFEF9;
}
</style>
border-color css
<style>
span { border-color: #2FFEF9; }
span { border-color: rgb(47,254,249); }
td.TdClassName
{
border-color: #2FFEF9;
}
.TagClassName
{
border-color: #2FFEF9;
}
</style>