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