Shades of Aqua #2FFDF4
Tints of Aqua #2FFDF4
RGB
CMYK
RGB Variations
Color information
#2FFDF4 (or 0x2FFDF4) is known color: Aqua. HEX triplet: 2F, FD and F4. RGB value is (47,253,244). Sum of RGB (Red+Green+Blue) = 47+253+244=544 (72% of max value = 765). Red value is 47 (18.75% from 255 or 8.64% from 544); Green value is 253 (99.22% from 255 or 46.51% from 544); Blue value is 244 (95.70% from 255 or 44.85% from 544); Max value from RGB is 253 - color contains mainly: green. Hex color #2FFDF4 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FFDF4 is #D0020B. Grayscale: #BEBEBE. Windows color (decimal): -13632012 or 16055599. OLE color: 16055599.
HSL color Cylindrical-coordinate representation of color #2FFDF4: hue angle of 177.38º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFDF4 is Cyan = 0.81, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 253 | 244 | - |
| CMYK | 0.81 | 0 | 0.04 | 0.01 |
| HSL | 177.38º | 0.98% | 0.59% | - |
| HSV(B) | 177.38º | 0.81% | 0.99% | - |
| XYZ | 52.63 | 77.39 | 97.75 | - |
| YUV | 190.38 | 158.25 | 25.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 253 | 244 | 0.81 | 0 | 0.04 | 0.01 | 177.38 | 0.98 | 0.59 |
| Hex | 2F | FD | F4 | 51 | 0 | 4 | 1 | B1 | 62 | 3B |
| Octal | 57 | 375 | 364 | 121 | 0 | 4 | 1 | 261 | 142 | 73 |
| Binary | 101111 | 11111101 | 11110100 | 1010001 | 0 | 100 | 1 | 10110001 | 1100010 | 111011 |
Color Harmonies of #2FFDF4
Complementary color
Monochromatic Colors of #2FFDF4
Black with #2FFDF4
Text Example
Text Example
White with #2FFDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFDF4; }
p { color: rgb(47,253,244); }
H1.HeaderClassName
{
color: #2FFDF4;
}
.AnyTagClassName
{
color: #2FFDF4;
}
</style>
background-color css
<style>
a { background-color: #2FFDF4; }
a { background-color: rgb(47,253,244); }
div.DivClassName
{
background-color: #2FFDF4;
}
.BgClassName
{
background-color: #2FFDF4;
}
</style>
border-color css
<style>
span { border-color: #2FFDF4; }
span { border-color: rgb(47,253,244); }
td.TdClassName
{
border-color: #2FFDF4;
}
.TagClassName
{
border-color: #2FFDF4;
}
</style>