Shades of Aqua #2FFCF6
Tints of Aqua #2FFCF6
RGB
CMYK
RGB Variations
Color information
#2FFCF6 (or 0x2FFCF6) is known color: Aqua. HEX triplet: 2F, FC and F6. RGB value is (47,252,246). Sum of RGB (Red+Green+Blue) = 47+252+246=545 (72% of max value = 765). Red value is 47 (18.75% from 255 or 8.62% from 545); Green value is 252 (98.83% from 255 or 46.24% from 545); Blue value is 246 (96.48% from 255 or 45.14% from 545); Max value from RGB is 252 - color contains mainly: green. Hex color #2FFCF6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FFCF6 is #D00309. Grayscale: #BDBDBD. Windows color (decimal): -13632266 or 16186415. OLE color: 16186415.
HSL color Cylindrical-coordinate representation of color #2FFCF6: hue angle of 178.24º 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 #2FFCF6 is Cyan = 0.81, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 252 | 246 | - |
| CMYK | 0.81 | 0 | 0.02 | 0.01 |
| HSL | 178.24º | 0.97% | 0.59% | - |
| HSV(B) | 178.24º | 0.81% | 0.99% | - |
| XYZ | 52.62 | 76.88 | 99.25 | - |
| YUV | 190.02 | 159.58 | 25.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 252 | 246 | 0.81 | 0 | 0.02 | 0.01 | 178.24 | 0.97 | 0.59 |
| Hex | 2F | FC | F6 | 51 | 0 | 2 | 1 | B2 | 61 | 3B |
| Octal | 57 | 374 | 366 | 121 | 0 | 2 | 1 | 262 | 141 | 73 |
| Binary | 101111 | 11111100 | 11110110 | 1010001 | 0 | 10 | 1 | 10110010 | 1100001 | 111011 |
Color Harmonies of #2FFCF6
Complementary color
Monochromatic Colors of #2FFCF6
Black with #2FFCF6
Text Example
Text Example
White with #2FFCF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFCF6; }
p { color: rgb(47,252,246); }
H1.HeaderClassName
{
color: #2FFCF6;
}
.AnyTagClassName
{
color: #2FFCF6;
}
</style>
background-color css
<style>
a { background-color: #2FFCF6; }
a { background-color: rgb(47,252,246); }
div.DivClassName
{
background-color: #2FFCF6;
}
.BgClassName
{
background-color: #2FFCF6;
}
</style>
border-color css
<style>
span { border-color: #2FFCF6; }
span { border-color: rgb(47,252,246); }
td.TdClassName
{
border-color: #2FFCF6;
}
.TagClassName
{
border-color: #2FFCF6;
}
</style>