Shades of Aqua #16F9F0
Tints of Aqua #16F9F0
RGB
CMYK
RGB Variations
Color information
#16F9F0 (or 0x16F9F0) is known color: Aqua. HEX triplet: 16, F9 and F0. RGB value is (22,249,240). Sum of RGB (Red+Green+Blue) = 22+249+240=511 (67% of max value = 765). Red value is 22 (8.98% from 255 or 4.31% from 511); Green value is 249 (97.66% from 255 or 48.73% from 511); Blue value is 240 (94.14% from 255 or 46.97% from 511); Max value from RGB is 249 - color contains mainly: green. Hex color #16F9F0 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #16F9F0 is #E9060F. Grayscale: #B3B3B3. Windows color (decimal): -15271440 or 15792406. OLE color: 15792406.
HSL color Cylindrical-coordinate representation of color #16F9F0: hue angle of 177.62º degrees, saturation: 0.95, 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 #16F9F0 is Cyan = 0.91, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 22 | 249 | 240 | - |
| CMYK | 0.91 | 0 | 0.04 | 0.02 |
| HSL | 177.62º | 0.95% | 0.53% | - |
| HSV(B) | 177.62º | 0.91% | 0.98% | - |
| XYZ | 49.93 | 74.21 | 94.13 | - |
| YUV | 180.1 | 161.79 | 15.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 249 | 240 | 0.91 | 0 | 0.04 | 0.02 | 177.62 | 0.95 | 0.53 |
| Hex | 16 | F9 | F0 | 5B | 0 | 4 | 2 | B2 | 5F | 35 |
| Octal | 26 | 371 | 360 | 133 | 0 | 4 | 2 | 262 | 137 | 65 |
| Binary | 10110 | 11111001 | 11110000 | 1011011 | 0 | 100 | 10 | 10110010 | 1011111 | 110101 |
Color Harmonies of #16F9F0
Complementary color
Monochromatic Colors of #16F9F0
Black with #16F9F0
Text Example
Text Example
White with #16F9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16F9F0; }
p { color: rgb(22,249,240); }
H1.HeaderClassName
{
color: #16F9F0;
}
.AnyTagClassName
{
color: #16F9F0;
}
</style>
background-color css
<style>
a { background-color: #16F9F0; }
a { background-color: rgb(22,249,240); }
div.DivClassName
{
background-color: #16F9F0;
}
.BgClassName
{
background-color: #16F9F0;
}
</style>
border-color css
<style>
span { border-color: #16F9F0; }
span { border-color: rgb(22,249,240); }
td.TdClassName
{
border-color: #16F9F0;
}
.TagClassName
{
border-color: #16F9F0;
}
</style>