Shades of Aqua #2FFEF7
Tints of Aqua #2FFEF7
RGB
CMYK
RGB Variations
Color information
#2FFEF7 (or 0x2FFEF7) is known color: Aqua. HEX triplet: 2F, FE and F7. RGB value is (47,254,247). Sum of RGB (Red+Green+Blue) = 47+254+247=548 (72% of max value = 765). Red value is 47 (18.75% from 255 or 8.58% from 548); Green value is 254 (99.61% from 255 or 46.35% from 548); Blue value is 247 (96.88% from 255 or 45.07% from 548); Max value from RGB is 254 - color contains mainly: green. Hex color #2FFEF7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FFEF7 is #D00108. Grayscale: #BFBFBF. Windows color (decimal): -13631753 or 16252463. OLE color: 16252463.
HSL color Cylindrical-coordinate representation of color #2FFEF7: hue angle of 177.97º 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 #2FFEF7 is Cyan = 0.81, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 47 | 254 | 247 | - |
| CMYK | 0.81 | 0 | 0.03 | 0.00 |
| HSL | 177.97º | 0.99% | 0.59% | - |
| HSV(B) | 177.97º | 0.81% | 1% | - |
| XYZ | 53.4 | 78.2 | 100.28 | - |
| YUV | 191.31 | 159.42 | 25.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 254 | 247 | 0.81 | 0 | 0.03 | 0.00 | 177.97 | 0.99 | 0.59 |
| Hex | 2F | FE | F7 | 51 | 0 | 3 | 0 | B2 | 63 | 3B |
| Octal | 57 | 376 | 367 | 121 | 0 | 3 | 0 | 262 | 143 | 73 |
| Binary | 101111 | 11111110 | 11110111 | 1010001 | 0 | 11 | 0 | 10110010 | 1100011 | 111011 |
Color Harmonies of #2FFEF7
Complementary color
Monochromatic Colors of #2FFEF7
Black with #2FFEF7
Text Example
Text Example
White with #2FFEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFEF7; }
p { color: rgb(47,254,247); }
H1.HeaderClassName
{
color: #2FFEF7;
}
.AnyTagClassName
{
color: #2FFEF7;
}
</style>
background-color css
<style>
a { background-color: #2FFEF7; }
a { background-color: rgb(47,254,247); }
div.DivClassName
{
background-color: #2FFEF7;
}
.BgClassName
{
background-color: #2FFEF7;
}
</style>
border-color css
<style>
span { border-color: #2FFEF7; }
span { border-color: rgb(47,254,247); }
td.TdClassName
{
border-color: #2FFEF7;
}
.TagClassName
{
border-color: #2FFEF7;
}
</style>