Shades of Aqua #2FEEFE
Tints of Aqua #2FEEFE
RGB
CMYK
RGB Variations
Color information
#2FEEFE (or 0x2FEEFE) is known color: Aqua. HEX triplet: 2F, EE and FE. RGB value is (47,238,254). Sum of RGB (Red+Green+Blue) = 47+238+254=539 (71% of max value = 765). Red value is 47 (18.75% from 255 or 8.72% from 539); Green value is 238 (93.36% from 255 or 44.16% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #2FEEFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FEEFE is #D01101. Grayscale: #B6B6B6. Windows color (decimal): -13635842 or 16707119. OLE color: 16707119.
HSL color Cylindrical-coordinate representation of color #2FEEFE: hue angle of 184.64º 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 #2FEEFE is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 47 | 238 | 254 | - |
| CMYK | 0.81 | 0.06 | 0 | 0.00 |
| HSL | 184.64º | 0.99% | 0.59% | - |
| HSV(B) | 184.64º | 0.81% | 1% | - |
| XYZ | 49.64 | 68.91 | 104.45 | - |
| YUV | 182.72 | 168.22 | 31.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 238 | 254 | 0.81 | 0.06 | 0 | 0.00 | 184.64 | 0.99 | 0.59 |
| Hex | 2F | EE | FE | 51 | 6 | 0 | 0 | B9 | 63 | 3B |
| Octal | 57 | 356 | 376 | 121 | 6 | 0 | 0 | 271 | 143 | 73 |
| Binary | 101111 | 11101110 | 11111110 | 1010001 | 110 | 0 | 0 | 10111001 | 1100011 | 111011 |
Color Harmonies of #2FEEFE
Complementary color
Monochromatic Colors of #2FEEFE
Black with #2FEEFE
Text Example
Text Example
White with #2FEEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEEFE; }
p { color: rgb(47,238,254); }
H1.HeaderClassName
{
color: #2FEEFE;
}
.AnyTagClassName
{
color: #2FEEFE;
}
</style>
background-color css
<style>
a { background-color: #2FEEFE; }
a { background-color: rgb(47,238,254); }
div.DivClassName
{
background-color: #2FEEFE;
}
.BgClassName
{
background-color: #2FEEFE;
}
</style>
border-color css
<style>
span { border-color: #2FEEFE; }
span { border-color: rgb(47,238,254); }
td.TdClassName
{
border-color: #2FEEFE;
}
.TagClassName
{
border-color: #2FEEFE;
}
</style>