Shades of Aqua #2FFAFE
Tints of Aqua #2FFAFE
RGB
CMYK
RGB Variations
Color information
#2FFAFE (or 0x2FFAFE) is known color: Aqua. HEX triplet: 2F, FA and FE. RGB value is (47,250,254). Sum of RGB (Red+Green+Blue) = 47+250+254=551 (72% of max value = 765). Red value is 47 (18.75% from 255 or 8.53% from 551); Green value is 250 (98.05% from 255 or 45.37% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #2FFAFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FFAFE is #D00501. Grayscale: #BDBDBD. Windows color (decimal): -13632770 or 16710191. OLE color: 16710191.
HSL color Cylindrical-coordinate representation of color #2FFAFE: hue angle of 181.16º 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 #2FFAFE is Cyan = 0.81, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 47 | 250 | 254 | - |
| CMYK | 0.81 | 0.02 | 0 | 0.00 |
| HSL | 181.16º | 0.99% | 0.59% | - |
| HSV(B) | 181.16º | 0.81% | 1% | - |
| XYZ | 53.25 | 76.13 | 105.65 | - |
| YUV | 189.76 | 164.25 | 26.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 250 | 254 | 0.81 | 0.02 | 0 | 0.00 | 181.16 | 0.99 | 0.59 |
| Hex | 2F | FA | FE | 51 | 2 | 0 | 0 | B5 | 63 | 3B |
| Octal | 57 | 372 | 376 | 121 | 2 | 0 | 0 | 265 | 143 | 73 |
| Binary | 101111 | 11111010 | 11111110 | 1010001 | 10 | 0 | 0 | 10110101 | 1100011 | 111011 |
Color Harmonies of #2FFAFE
Complementary color
Monochromatic Colors of #2FFAFE
Black with #2FFAFE
Text Example
Text Example
White with #2FFAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFAFE; }
p { color: rgb(47,250,254); }
H1.HeaderClassName
{
color: #2FFAFE;
}
.AnyTagClassName
{
color: #2FFAFE;
}
</style>
background-color css
<style>
a { background-color: #2FFAFE; }
a { background-color: rgb(47,250,254); }
div.DivClassName
{
background-color: #2FFAFE;
}
.BgClassName
{
background-color: #2FFAFE;
}
</style>
border-color css
<style>
span { border-color: #2FFAFE; }
span { border-color: rgb(47,250,254); }
td.TdClassName
{
border-color: #2FFAFE;
}
.TagClassName
{
border-color: #2FFAFE;
}
</style>