Shades of Aqua #31FEF9
Tints of Aqua #31FEF9
RGB
CMYK
RGB Variations
Color information
#31FEF9 (or 0x31FEF9) is known color: Aqua. HEX triplet: 31, FE and F9. RGB value is (49,254,249). Sum of RGB (Red+Green+Blue) = 49+254+249=552 (73% of max value = 765). Red value is 49 (19.53% from 255 or 8.88% from 552); Green value is 254 (99.61% from 255 or 46.01% from 552); Blue value is 249 (97.66% from 255 or 45.11% from 552); Max value from RGB is 254 - color contains mainly: green. Hex color #31FEF9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #31FEF9 is #CE0106. Grayscale: #BFBFBF. Windows color (decimal): -13500679 or 16383537. OLE color: 16383537.
HSL color Cylindrical-coordinate representation of color #31FEF9: hue angle of 178.54º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31FEF9 is Cyan = 0.81, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 49 | 254 | 249 | - |
| CMYK | 0.81 | 0 | 0.02 | 0.00 |
| HSL | 178.54º | 0.99% | 0.59% | - |
| HSV(B) | 178.54º | 0.81% | 1% | - |
| XYZ | 53.81 | 78.38 | 101.91 | - |
| YUV | 192.14 | 160.08 | 25.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 254 | 249 | 0.81 | 0 | 0.02 | 0.00 | 178.54 | 0.99 | 0.59 |
| Hex | 31 | FE | F9 | 51 | 0 | 2 | 0 | B3 | 63 | 3B |
| Octal | 61 | 376 | 371 | 121 | 0 | 2 | 0 | 263 | 143 | 73 |
| Binary | 110001 | 11111110 | 11111001 | 1010001 | 0 | 10 | 0 | 10110011 | 1100011 | 111011 |
Color Harmonies of #31FEF9
Complementary color
Monochromatic Colors of #31FEF9
Black with #31FEF9
Text Example
Text Example
White with #31FEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31FEF9; }
p { color: rgb(49,254,249); }
H1.HeaderClassName
{
color: #31FEF9;
}
.AnyTagClassName
{
color: #31FEF9;
}
</style>
background-color css
<style>
a { background-color: #31FEF9; }
a { background-color: rgb(49,254,249); }
div.DivClassName
{
background-color: #31FEF9;
}
.BgClassName
{
background-color: #31FEF9;
}
</style>
border-color css
<style>
span { border-color: #31FEF9; }
span { border-color: rgb(49,254,249); }
td.TdClassName
{
border-color: #31FEF9;
}
.TagClassName
{
border-color: #31FEF9;
}
</style>