Shades of Aqua #16F0FA
Tints of Aqua #16F0FA
RGB
CMYK
RGB Variations
Color information
#16F0FA (or 0x16F0FA) is known color: Aqua. HEX triplet: 16, F0 and FA. RGB value is (22,240,250). Sum of RGB (Red+Green+Blue) = 22+240+250=512 (67% of max value = 765). Red value is 22 (8.98% from 255 or 4.30% from 512); Green value is 240 (94.14% from 255 or 46.88% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #16F0FA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #16F0FA is #E90F05. Grayscale: #AFAFAF. Windows color (decimal): -15273734 or 16445462. OLE color: 16445462.
HSL color Cylindrical-coordinate representation of color #16F0FA: hue angle of 182.63º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16F0FA is Cyan = 0.91, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 22 | 240 | 250 | - |
| CMYK | 0.91 | 0.04 | 0 | 0.02 |
| HSL | 182.63º | 0.96% | 0.53% | - |
| HSV(B) | 182.63º | 0.91% | 0.98% | - |
| XYZ | 48.75 | 69.39 | 101.27 | - |
| YUV | 175.96 | 169.78 | 18.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 240 | 250 | 0.91 | 0.04 | 0 | 0.02 | 182.63 | 0.96 | 0.53 |
| Hex | 16 | F0 | FA | 5B | 4 | 0 | 2 | B7 | 60 | 35 |
| Octal | 26 | 360 | 372 | 133 | 4 | 0 | 2 | 267 | 140 | 65 |
| Binary | 10110 | 11110000 | 11111010 | 1011011 | 100 | 0 | 10 | 10110111 | 1100000 | 110101 |
Color Harmonies of #16F0FA
Complementary color
Monochromatic Colors of #16F0FA
Black with #16F0FA
Text Example
Text Example
White with #16F0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16F0FA; }
p { color: rgb(22,240,250); }
H1.HeaderClassName
{
color: #16F0FA;
}
.AnyTagClassName
{
color: #16F0FA;
}
</style>
background-color css
<style>
a { background-color: #16F0FA; }
a { background-color: rgb(22,240,250); }
div.DivClassName
{
background-color: #16F0FA;
}
.BgClassName
{
background-color: #16F0FA;
}
</style>
border-color css
<style>
span { border-color: #16F0FA; }
span { border-color: rgb(22,240,250); }
td.TdClassName
{
border-color: #16F0FA;
}
.TagClassName
{
border-color: #16F0FA;
}
</style>