Shades of Aqua #2FEEFC
Tints of Aqua #2FEEFC
RGB
CMYK
RGB Variations
Color information
#2FEEFC (or 0x2FEEFC) is known color: Aqua. HEX triplet: 2F, EE and FC. RGB value is (47,238,252). Sum of RGB (Red+Green+Blue) = 47+238+252=537 (71% of max value = 765). Red value is 47 (18.75% from 255 or 8.75% from 537); Green value is 238 (93.36% from 255 or 44.32% from 537); Blue value is 252 (98.83% from 255 or 46.93% from 537); Max value from RGB is 252 - color contains mainly: blue. Hex color #2FEEFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FEEFC is #D01103. Grayscale: #B6B6B6. Windows color (decimal): -13635844 or 16576047. OLE color: 16576047.
HSL color Cylindrical-coordinate representation of color #2FEEFC: hue angle of 184.1º degrees, saturation: 0.97, 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 #2FEEFC is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 238 | 252 | - |
| CMYK | 0.81 | 0.06 | 0 | 0.01 |
| HSL | 184.1º | 0.97% | 0.59% | - |
| HSV(B) | 184.1º | 0.81% | 0.99% | - |
| XYZ | 49.32 | 68.78 | 102.77 | - |
| YUV | 182.49 | 167.22 | 31.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 238 | 252 | 0.81 | 0.06 | 0 | 0.01 | 184.1 | 0.97 | 0.59 |
| Hex | 2F | EE | FC | 51 | 6 | 0 | 1 | B8 | 61 | 3B |
| Octal | 57 | 356 | 374 | 121 | 6 | 0 | 1 | 270 | 141 | 73 |
| Binary | 101111 | 11101110 | 11111100 | 1010001 | 110 | 0 | 1 | 10111000 | 1100001 | 111011 |
Color Harmonies of #2FEEFC
Complementary color
Monochromatic Colors of #2FEEFC
Black with #2FEEFC
Text Example
Text Example
White with #2FEEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEEFC; }
p { color: rgb(47,238,252); }
H1.HeaderClassName
{
color: #2FEEFC;
}
.AnyTagClassName
{
color: #2FEEFC;
}
</style>
background-color css
<style>
a { background-color: #2FEEFC; }
a { background-color: rgb(47,238,252); }
div.DivClassName
{
background-color: #2FEEFC;
}
.BgClassName
{
background-color: #2FEEFC;
}
</style>
border-color css
<style>
span { border-color: #2FEEFC; }
span { border-color: rgb(47,238,252); }
td.TdClassName
{
border-color: #2FEEFC;
}
.TagClassName
{
border-color: #2FEEFC;
}
</style>