Shades of Aqua #2FFEF8
Tints of Aqua #2FFEF8
RGB
CMYK
RGB Variations
Color information
#2FFEF8 (or 0x2FFEF8) is known color: Aqua. HEX triplet: 2F, FE and F8. RGB value is (47,254,248). Sum of RGB (Red+Green+Blue) = 47+254+248=549 (72% of max value = 765). Red value is 47 (18.75% from 255 or 8.56% from 549); Green value is 254 (99.61% from 255 or 46.27% from 549); Blue value is 248 (97.27% from 255 or 45.17% from 549); Max value from RGB is 254 - color contains mainly: green. Hex color #2FFEF8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FFEF8 is #D00107. Grayscale: #BFBFBF. Windows color (decimal): -13631752 or 16317999. OLE color: 16317999.
HSL color Cylindrical-coordinate representation of color #2FFEF8: hue angle of 178.26º 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 #2FFEF8 is Cyan = 0.81, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 47 | 254 | 248 | - |
| CMYK | 0.81 | 0 | 0.02 | 0.00 |
| HSL | 178.26º | 0.99% | 0.59% | - |
| HSV(B) | 178.26º | 0.81% | 1% | - |
| XYZ | 53.56 | 78.27 | 101.09 | - |
| YUV | 191.42 | 159.92 | 24.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 254 | 248 | 0.81 | 0 | 0.02 | 0.00 | 178.26 | 0.99 | 0.59 |
| Hex | 2F | FE | F8 | 51 | 0 | 2 | 0 | B2 | 63 | 3B |
| Octal | 57 | 376 | 370 | 121 | 0 | 2 | 0 | 262 | 143 | 73 |
| Binary | 101111 | 11111110 | 11111000 | 1010001 | 0 | 10 | 0 | 10110010 | 1100011 | 111011 |
Color Harmonies of #2FFEF8
Complementary color
Monochromatic Colors of #2FFEF8
Black with #2FFEF8
Text Example
Text Example
White with #2FFEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFEF8; }
p { color: rgb(47,254,248); }
H1.HeaderClassName
{
color: #2FFEF8;
}
.AnyTagClassName
{
color: #2FFEF8;
}
</style>
background-color css
<style>
a { background-color: #2FFEF8; }
a { background-color: rgb(47,254,248); }
div.DivClassName
{
background-color: #2FFEF8;
}
.BgClassName
{
background-color: #2FFEF8;
}
</style>
border-color css
<style>
span { border-color: #2FFEF8; }
span { border-color: rgb(47,254,248); }
td.TdClassName
{
border-color: #2FFEF8;
}
.TagClassName
{
border-color: #2FFEF8;
}
</style>