Shades of Aqua #16F9F2
Tints of Aqua #16F9F2
RGB
CMYK
RGB Variations
Color information
#16F9F2 (or 0x16F9F2) is known color: Aqua. HEX triplet: 16, F9 and F2. RGB value is (22,249,242). Sum of RGB (Red+Green+Blue) = 22+249+242=513 (67% of max value = 765). Red value is 22 (8.98% from 255 or 4.29% from 513); Green value is 249 (97.66% from 255 or 48.54% from 513); Blue value is 242 (94.92% from 255 or 47.17% from 513); Max value from RGB is 249 - color contains mainly: green. Hex color #16F9F2 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #16F9F2 is #E9060D. Grayscale: #B4B4B4. Windows color (decimal): -15271438 or 15923478. OLE color: 15923478.
HSL color Cylindrical-coordinate representation of color #16F9F2: hue angle of 178.15º 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 #16F9F2 is Cyan = 0.91, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 22 | 249 | 242 | - |
| CMYK | 0.91 | 0 | 0.03 | 0.02 |
| HSL | 178.15º | 0.95% | 0.53% | - |
| HSV(B) | 178.15º | 0.91% | 0.98% | - |
| XYZ | 50.23 | 74.33 | 95.7 | - |
| YUV | 180.33 | 162.79 | 15.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 249 | 242 | 0.91 | 0 | 0.03 | 0.02 | 178.15 | 0.95 | 0.53 |
| Hex | 16 | F9 | F2 | 5B | 0 | 3 | 2 | B2 | 5F | 35 |
| Octal | 26 | 371 | 362 | 133 | 0 | 3 | 2 | 262 | 137 | 65 |
| Binary | 10110 | 11111001 | 11110010 | 1011011 | 0 | 11 | 10 | 10110010 | 1011111 | 110101 |
Color Harmonies of #16F9F2
Complementary color
Monochromatic Colors of #16F9F2
Black with #16F9F2
Text Example
Text Example
White with #16F9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16F9F2; }
p { color: rgb(22,249,242); }
H1.HeaderClassName
{
color: #16F9F2;
}
.AnyTagClassName
{
color: #16F9F2;
}
</style>
background-color css
<style>
a { background-color: #16F9F2; }
a { background-color: rgb(22,249,242); }
div.DivClassName
{
background-color: #16F9F2;
}
.BgClassName
{
background-color: #16F9F2;
}
</style>
border-color css
<style>
span { border-color: #16F9F2; }
span { border-color: rgb(22,249,242); }
td.TdClassName
{
border-color: #16F9F2;
}
.TagClassName
{
border-color: #16F9F2;
}
</style>