Shades of Aqua #32FBF9
Tints of Aqua #32FBF9
RGB
CMYK
RGB Variations
Color information
#32FBF9 (or 0x32FBF9) is known color: Aqua. HEX triplet: 32, FB and F9. RGB value is (50,251,249). Sum of RGB (Red+Green+Blue) = 50+251+249=550 (72% of max value = 765). Red value is 50 (19.92% from 255 or 9.09% from 550); Green value is 251 (98.44% from 255 or 45.64% from 550); Blue value is 249 (97.66% from 255 or 45.27% from 550); Max value from RGB is 251 - color contains mainly: green. Hex color #32FBF9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #32FBF9 is #CD0406. Grayscale: #BEBEBE. Windows color (decimal): -13435911 or 16382770. OLE color: 16382770.
HSL color Cylindrical-coordinate representation of color #32FBF9: hue angle of 179.4º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32FBF9 is Cyan = 0.80, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 251 | 249 | - |
| CMYK | 0.80 | 0 | 0.01 | 0.02 |
| HSL | 179.4º | 0.96% | 0.59% | - |
| HSV(B) | 179.4º | 0.8% | 0.98% | - |
| XYZ | 52.91 | 76.51 | 101.6 | - |
| YUV | 190.67 | 160.91 | 27.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 251 | 249 | 0.80 | 0 | 0.01 | 0.02 | 179.4 | 0.96 | 0.59 |
| Hex | 32 | FB | F9 | 50 | 0 | 1 | 2 | B3 | 60 | 3B |
| Octal | 62 | 373 | 371 | 120 | 0 | 1 | 2 | 263 | 140 | 73 |
| Binary | 110010 | 11111011 | 11111001 | 1010000 | 0 | 1 | 10 | 10110011 | 1100000 | 111011 |
Color Harmonies of #32FBF9
Complementary color
Monochromatic Colors of #32FBF9
Black with #32FBF9
Text Example
Text Example
White with #32FBF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FBF9; }
p { color: rgb(50,251,249); }
H1.HeaderClassName
{
color: #32FBF9;
}
.AnyTagClassName
{
color: #32FBF9;
}
</style>
background-color css
<style>
a { background-color: #32FBF9; }
a { background-color: rgb(50,251,249); }
div.DivClassName
{
background-color: #32FBF9;
}
.BgClassName
{
background-color: #32FBF9;
}
</style>
border-color css
<style>
span { border-color: #32FBF9; }
span { border-color: rgb(50,251,249); }
td.TdClassName
{
border-color: #32FBF9;
}
.TagClassName
{
border-color: #32FBF9;
}
</style>