Shades of Aqua #0FFAF6
Tints of Aqua #0FFAF6
RGB
CMYK
RGB Variations
Color information
#0FFAF6 (or 0x0FFAF6) is known color: Aqua. HEX triplet: 0F, FA and F6. RGB value is (15,250,246). Sum of RGB (Red+Green+Blue) = 15+250+246=511 (67% of max value = 765). Red value is 15 (6.25% from 255 or 2.94% from 511); Green value is 250 (98.05% from 255 or 48.92% from 511); Blue value is 246 (96.48% from 255 or 48.14% from 511); Max value from RGB is 250 - color contains mainly: green. Hex color #0FFAF6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FFAF6 is #F00509. Grayscale: #B3B3B3. Windows color (decimal): -15729930 or 16185871. OLE color: 16185871.
HSL color Cylindrical-coordinate representation of color #0FFAF6: hue angle of 178.98º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFAF6 is Cyan = 0.94, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 250 | 246 | - |
| CMYK | 0.94 | 0 | 0.02 | 0.02 |
| HSL | 178.98º | 0.96% | 0.52% | - |
| HSV(B) | 178.98º | 0.94% | 0.98% | - |
| XYZ | 51.02 | 75.13 | 99 | - |
| YUV | 179.28 | 165.64 | 10.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 250 | 246 | 0.94 | 0 | 0.02 | 0.02 | 178.98 | 0.96 | 0.52 |
| Hex | F | FA | F6 | 5E | 0 | 2 | 2 | B3 | 60 | 34 |
| Octal | 17 | 372 | 366 | 136 | 0 | 2 | 2 | 263 | 140 | 64 |
| Binary | 1111 | 11111010 | 11110110 | 1011110 | 0 | 10 | 10 | 10110011 | 1100000 | 110100 |
Color Harmonies of #0FFAF6
Complementary color
Monochromatic Colors of #0FFAF6
Black with #0FFAF6
Text Example
Text Example
White with #0FFAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFAF6; }
p { color: rgb(15,250,246); }
H1.HeaderClassName
{
color: #0FFAF6;
}
.AnyTagClassName
{
color: #0FFAF6;
}
</style>
background-color css
<style>
a { background-color: #0FFAF6; }
a { background-color: rgb(15,250,246); }
div.DivClassName
{
background-color: #0FFAF6;
}
.BgClassName
{
background-color: #0FFAF6;
}
</style>
border-color css
<style>
span { border-color: #0FFAF6; }
span { border-color: rgb(15,250,246); }
td.TdClassName
{
border-color: #0FFAF6;
}
.TagClassName
{
border-color: #0FFAF6;
}
</style>