Shades of Aqua #32FAF9
Tints of Aqua #32FAF9
RGB
CMYK
RGB Variations
Color information
#32FAF9 (or 0x32FAF9) is known color: Aqua. HEX triplet: 32, FA and F9. RGB value is (50,250,249). Sum of RGB (Red+Green+Blue) = 50+250+249=549 (72% of max value = 765). Red value is 50 (19.92% from 255 or 9.11% from 549); Green value is 250 (98.05% from 255 or 45.54% from 549); Blue value is 249 (97.66% from 255 or 45.36% from 549); Max value from RGB is 250 - color contains mainly: green. Hex color #32FAF9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #32FAF9 is #CD0506. Grayscale: #BDBDBD. Windows color (decimal): -13436167 or 16382514. OLE color: 16382514.
HSL color Cylindrical-coordinate representation of color #32FAF9: hue angle of 179.7º degrees, saturation: 0.95, 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 #32FAF9 is Cyan = 0.8, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 250 | 249 | - |
| CMYK | 0.8 | 0 | 0.00 | 0.02 |
| HSL | 179.7º | 0.95% | 0.59% | - |
| HSV(B) | 179.7º | 0.8% | 0.98% | - |
| XYZ | 52.6 | 75.89 | 101.5 | - |
| YUV | 190.09 | 161.24 | 28.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 250 | 249 | 0.8 | 0 | 0.00 | 0.02 | 179.7 | 0.95 | 0.59 |
| Hex | 32 | FA | F9 | 50 | 0 | 0 | 2 | B4 | 5F | 3B |
| Octal | 62 | 372 | 371 | 120 | 0 | 0 | 2 | 264 | 137 | 73 |
| Binary | 110010 | 11111010 | 11111001 | 1010000 | 0 | 0 | 10 | 10110100 | 1011111 | 111011 |
Color Harmonies of #32FAF9
Complementary color
Monochromatic Colors of #32FAF9
Black with #32FAF9
Text Example
Text Example
White with #32FAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32FAF9; }
p { color: rgb(50,250,249); }
H1.HeaderClassName
{
color: #32FAF9;
}
.AnyTagClassName
{
color: #32FAF9;
}
</style>
background-color css
<style>
a { background-color: #32FAF9; }
a { background-color: rgb(50,250,249); }
div.DivClassName
{
background-color: #32FAF9;
}
.BgClassName
{
background-color: #32FAF9;
}
</style>
border-color css
<style>
span { border-color: #32FAF9; }
span { border-color: rgb(50,250,249); }
td.TdClassName
{
border-color: #32FAF9;
}
.TagClassName
{
border-color: #32FAF9;
}
</style>