Shades of Aqua #2FFBF5
Tints of Aqua #2FFBF5
RGB
CMYK
RGB Variations
Color information
#2FFBF5 (or 0x2FFBF5) is known color: Aqua. HEX triplet: 2F, FB and F5. RGB value is (47,251,245). Sum of RGB (Red+Green+Blue) = 47+251+245=543 (71% of max value = 765). Red value is 47 (18.75% from 255 or 8.66% from 543); Green value is 251 (98.44% from 255 or 46.22% from 543); Blue value is 245 (96.09% from 255 or 45.12% from 543); Max value from RGB is 251 - color contains mainly: green. Hex color #2FFBF5 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #2FFBF5 is #D0040A. Grayscale: #BDBDBD. Windows color (decimal): -13632523 or 16120623. OLE color: 16120623.
HSL color Cylindrical-coordinate representation of color #2FFBF5: hue angle of 178.24º degrees, saturation: 0.96, 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 #2FFBF5 is Cyan = 0.81, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 251 | 245 | - |
| CMYK | 0.81 | 0 | 0.02 | 0.02 |
| HSL | 178.24º | 0.96% | 0.58% | - |
| HSV(B) | 178.24º | 0.81% | 0.98% | - |
| XYZ | 52.15 | 76.19 | 98.34 | - |
| YUV | 189.32 | 159.41 | 26.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 251 | 245 | 0.81 | 0 | 0.02 | 0.02 | 178.24 | 0.96 | 0.58 |
| Hex | 2F | FB | F5 | 51 | 0 | 2 | 2 | B2 | 60 | 3A |
| Octal | 57 | 373 | 365 | 121 | 0 | 2 | 2 | 262 | 140 | 72 |
| Binary | 101111 | 11111011 | 11110101 | 1010001 | 0 | 10 | 10 | 10110010 | 1100000 | 111010 |
Color Harmonies of #2FFBF5
Complementary color
Monochromatic Colors of #2FFBF5
Black with #2FFBF5
Text Example
Text Example
White with #2FFBF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFBF5; }
p { color: rgb(47,251,245); }
H1.HeaderClassName
{
color: #2FFBF5;
}
.AnyTagClassName
{
color: #2FFBF5;
}
</style>
background-color css
<style>
a { background-color: #2FFBF5; }
a { background-color: rgb(47,251,245); }
div.DivClassName
{
background-color: #2FFBF5;
}
.BgClassName
{
background-color: #2FFBF5;
}
</style>
border-color css
<style>
span { border-color: #2FFBF5; }
span { border-color: rgb(47,251,245); }
td.TdClassName
{
border-color: #2FFBF5;
}
.TagClassName
{
border-color: #2FFBF5;
}
</style>