Shades of Aqua #2FF6FA
Tints of Aqua #2FF6FA
RGB
CMYK
RGB Variations
Color information
#2FF6FA (or 0x2FF6FA) is known color: Aqua. HEX triplet: 2F, F6 and FA. RGB value is (47,246,250). Sum of RGB (Red+Green+Blue) = 47+246+250=543 (71% of max value = 765). Red value is 47 (18.75% from 255 or 8.66% from 543); Green value is 246 (96.48% from 255 or 45.30% from 543); Blue value is 250 (98.05% from 255 or 46.04% from 543); Max value from RGB is 250 - color contains mainly: blue. Hex color #2FF6FA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FF6FA is #D00905. Grayscale: #BABABA. Windows color (decimal): -13633798 or 16447023. OLE color: 16447023.
HSL color Cylindrical-coordinate representation of color #2FF6FA: hue angle of 181.18º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF6FA is Cyan = 0.81, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 246 | 250 | - |
| CMYK | 0.81 | 0.02 | 0 | 0.02 |
| HSL | 181.18º | 0.95% | 0.58% | - |
| HSV(B) | 181.18º | 0.81% | 0.98% | - |
| XYZ | 51.38 | 73.42 | 101.91 | - |
| YUV | 186.96 | 163.57 | 28.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 246 | 250 | 0.81 | 0.02 | 0 | 0.02 | 181.18 | 0.95 | 0.58 |
| Hex | 2F | F6 | FA | 51 | 2 | 0 | 2 | B5 | 5F | 3A |
| Octal | 57 | 366 | 372 | 121 | 2 | 0 | 2 | 265 | 137 | 72 |
| Binary | 101111 | 11110110 | 11111010 | 1010001 | 10 | 0 | 10 | 10110101 | 1011111 | 111010 |
Color Harmonies of #2FF6FA
Complementary color
Monochromatic Colors of #2FF6FA
Black with #2FF6FA
Text Example
Text Example
White with #2FF6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF6FA; }
p { color: rgb(47,246,250); }
H1.HeaderClassName
{
color: #2FF6FA;
}
.AnyTagClassName
{
color: #2FF6FA;
}
</style>
background-color css
<style>
a { background-color: #2FF6FA; }
a { background-color: rgb(47,246,250); }
div.DivClassName
{
background-color: #2FF6FA;
}
.BgClassName
{
background-color: #2FF6FA;
}
</style>
border-color css
<style>
span { border-color: #2FF6FA; }
span { border-color: rgb(47,246,250); }
td.TdClassName
{
border-color: #2FF6FA;
}
.TagClassName
{
border-color: #2FF6FA;
}
</style>