Shades of Aqua #31F9F8
Tints of Aqua #31F9F8
RGB
CMYK
RGB Variations
Color information
#31F9F8 (or 0x31F9F8) is known color: Aqua. HEX triplet: 31, F9 and F8. RGB value is (49,249,248). Sum of RGB (Red+Green+Blue) = 49+249+248=546 (72% of max value = 765). Red value is 49 (19.53% from 255 or 8.97% from 546); Green value is 249 (97.66% from 255 or 45.60% from 546); Blue value is 248 (97.27% from 255 or 45.42% from 546); Max value from RGB is 249 - color contains mainly: green. Hex color #31F9F8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #31F9F8 is #CE0607. Grayscale: #BCBCBC. Windows color (decimal): -13501960 or 16316721. OLE color: 16316721.
HSL color Cylindrical-coordinate representation of color #31F9F8: hue angle of 179.7º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F9F8 is Cyan = 0.80, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 249 | 248 | - |
| CMYK | 0.80 | 0 | 0.00 | 0.02 |
| HSL | 179.7º | 0.94% | 0.58% | - |
| HSV(B) | 179.7º | 0.8% | 0.98% | - |
| XYZ | 52.09 | 75.18 | 100.57 | - |
| YUV | 189.09 | 161.24 | 28.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 249 | 248 | 0.80 | 0 | 0.00 | 0.02 | 179.7 | 0.94 | 0.58 |
| Hex | 31 | F9 | F8 | 50 | 0 | 0 | 2 | B4 | 5E | 3A |
| Octal | 61 | 371 | 370 | 120 | 0 | 0 | 2 | 264 | 136 | 72 |
| Binary | 110001 | 11111001 | 11111000 | 1010000 | 0 | 0 | 10 | 10110100 | 1011110 | 111010 |
Color Harmonies of #31F9F8
Complementary color
Monochromatic Colors of #31F9F8
Black with #31F9F8
Text Example
Text Example
White with #31F9F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F9F8; }
p { color: rgb(49,249,248); }
H1.HeaderClassName
{
color: #31F9F8;
}
.AnyTagClassName
{
color: #31F9F8;
}
</style>
background-color css
<style>
a { background-color: #31F9F8; }
a { background-color: rgb(49,249,248); }
div.DivClassName
{
background-color: #31F9F8;
}
.BgClassName
{
background-color: #31F9F8;
}
</style>
border-color css
<style>
span { border-color: #31F9F8; }
span { border-color: rgb(49,249,248); }
td.TdClassName
{
border-color: #31F9F8;
}
.TagClassName
{
border-color: #31F9F8;
}
</style>