Shades of Aqua #32F9F9
Tints of Aqua #32F9F9
RGB
CMYK
RGB Variations
Color information
#32F9F9 (or 0x32F9F9) is known color: Aqua. HEX triplet: 32, F9 and F9. RGB value is (50,249,249). Sum of RGB (Red+Green+Blue) = 50+249+249=548 (72% of max value = 765). Red value is 50 (19.92% from 255 or 9.12% from 548); Green value is 249 (97.66% from 255 or 45.44% from 548); Blue value is 249 (97.66% from 255 or 45.44% from 548); Max value from RGB is 249 - color contains mainly: green, blue. Hex color #32F9F9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #32F9F9 is #CD0606. Grayscale: #BDBDBD. Windows color (decimal): -13436423 or 16382258. OLE color: 16382258.
HSL color Cylindrical-coordinate representation of color #32F9F9: hue angle of 180º degrees, saturation: 0.94, 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 #32F9F9 is Cyan = 0.80, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 50 | 249 | 249 | - |
| CMYK | 0.80 | 0 | 0 | 0.02 |
| HSL | 180º | 0.94% | 0.59% | - |
| HSV(B) | 180º | 0.8% | 0.98% | - |
| XYZ | 52.29 | 75.27 | 101.39 | - |
| YUV | 189.5 | 161.57 | 28.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 249 | 249 | 0.80 | 0 | 0 | 0.02 | 180 | 0.94 | 0.59 |
| Hex | 32 | F9 | F9 | 50 | 0 | 0 | 2 | B4 | 5E | 3B |
| Octal | 62 | 371 | 371 | 120 | 0 | 0 | 2 | 264 | 136 | 73 |
| Binary | 110010 | 11111001 | 11111001 | 1010000 | 0 | 0 | 10 | 10110100 | 1011110 | 111011 |
Color Harmonies of #32F9F9
Complementary color
Monochromatic Colors of #32F9F9
Black with #32F9F9
Text Example
Text Example
White with #32F9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32F9F9; }
p { color: rgb(50,249,249); }
H1.HeaderClassName
{
color: #32F9F9;
}
.AnyTagClassName
{
color: #32F9F9;
}
</style>
background-color css
<style>
a { background-color: #32F9F9; }
a { background-color: rgb(50,249,249); }
div.DivClassName
{
background-color: #32F9F9;
}
.BgClassName
{
background-color: #32F9F9;
}
</style>
border-color css
<style>
span { border-color: #32F9F9; }
span { border-color: rgb(50,249,249); }
td.TdClassName
{
border-color: #32F9F9;
}
.TagClassName
{
border-color: #32F9F9;
}
</style>