Shades of Aqua #2FFDF9
Tints of Aqua #2FFDF9
RGB
CMYK
RGB Variations
Color information
#2FFDF9 (or 0x2FFDF9) is known color: Aqua. HEX triplet: 2F, FD and F9. RGB value is (47,253,249). Sum of RGB (Red+Green+Blue) = 47+253+249=549 (72% of max value = 765). Red value is 47 (18.75% from 255 or 8.56% from 549); Green value is 253 (99.22% from 255 or 46.08% from 549); Blue value is 249 (97.66% from 255 or 45.36% from 549); Max value from RGB is 253 - color contains mainly: green. Hex color #2FFDF9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FFDF9 is #D00206. Grayscale: #BEBEBE. Windows color (decimal): -13632007 or 16383279. OLE color: 16383279.
HSL color Cylindrical-coordinate representation of color #2FFDF9: hue angle of 178.83º 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 #2FFDF9 is Cyan = 0.81, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 253 | 249 | - |
| CMYK | 0.81 | 0 | 0.02 | 0.01 |
| HSL | 178.83º | 0.98% | 0.59% | - |
| HSV(B) | 178.83º | 0.81% | 0.99% | - |
| XYZ | 53.4 | 77.69 | 101.8 | - |
| YUV | 190.95 | 160.75 | 25.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 253 | 249 | 0.81 | 0 | 0.02 | 0.01 | 178.83 | 0.98 | 0.59 |
| Hex | 2F | FD | F9 | 51 | 0 | 2 | 1 | B3 | 62 | 3B |
| Octal | 57 | 375 | 371 | 121 | 0 | 2 | 1 | 263 | 142 | 73 |
| Binary | 101111 | 11111101 | 11111001 | 1010001 | 0 | 10 | 1 | 10110011 | 1100010 | 111011 |
Color Harmonies of #2FFDF9
Complementary color
Monochromatic Colors of #2FFDF9
Black with #2FFDF9
Text Example
Text Example
White with #2FFDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFDF9; }
p { color: rgb(47,253,249); }
H1.HeaderClassName
{
color: #2FFDF9;
}
.AnyTagClassName
{
color: #2FFDF9;
}
</style>
background-color css
<style>
a { background-color: #2FFDF9; }
a { background-color: rgb(47,253,249); }
div.DivClassName
{
background-color: #2FFDF9;
}
.BgClassName
{
background-color: #2FFDF9;
}
</style>
border-color css
<style>
span { border-color: #2FFDF9; }
span { border-color: rgb(47,253,249); }
td.TdClassName
{
border-color: #2FFDF9;
}
.TagClassName
{
border-color: #2FFDF9;
}
</style>