Shades of Aqua #0FFAFA
Tints of Aqua #0FFAFA
RGB
CMYK
RGB Variations
Color information
#0FFAFA (or 0x0FFAFA) is known color: Aqua. HEX triplet: 0F, FA and FA. RGB value is (15,250,250). Sum of RGB (Red+Green+Blue) = 15+250+250=515 (68% of max value = 765). Red value is 15 (6.25% from 255 or 2.91% from 515); Green value is 250 (98.05% from 255 or 48.54% from 515); Blue value is 250 (98.05% from 255 or 48.54% from 515); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #0FFAFA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FFAFA is #F00505. Grayscale: #B3B3B3. Windows color (decimal): -15729926 or 16448015. OLE color: 16448015.
HSL color Cylindrical-coordinate representation of color #0FFAFA: hue angle of 180º 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 #0FFAFA is Cyan = 0.94, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 250 | 250 | - |
| CMYK | 0.94 | 0 | 0 | 0.02 |
| HSL | 180º | 0.96% | 0.52% | - |
| HSV(B) | 180º | 0.94% | 0.98% | - |
| XYZ | 51.64 | 75.37 | 102.27 | - |
| YUV | 179.74 | 167.64 | 10.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 250 | 250 | 0.94 | 0 | 0 | 0.02 | 180 | 0.96 | 0.52 |
| Hex | F | FA | FA | 5E | 0 | 0 | 2 | B4 | 60 | 34 |
| Octal | 17 | 372 | 372 | 136 | 0 | 0 | 2 | 264 | 140 | 64 |
| Binary | 1111 | 11111010 | 11111010 | 1011110 | 0 | 0 | 10 | 10110100 | 1100000 | 110100 |
Color Harmonies of #0FFAFA
Complementary color
Monochromatic Colors of #0FFAFA
Black with #0FFAFA
Text Example
Text Example
White with #0FFAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFAFA; }
p { color: rgb(15,250,250); }
H1.HeaderClassName
{
color: #0FFAFA;
}
.AnyTagClassName
{
color: #0FFAFA;
}
</style>
background-color css
<style>
a { background-color: #0FFAFA; }
a { background-color: rgb(15,250,250); }
div.DivClassName
{
background-color: #0FFAFA;
}
.BgClassName
{
background-color: #0FFAFA;
}
</style>
border-color css
<style>
span { border-color: #0FFAFA; }
span { border-color: rgb(15,250,250); }
td.TdClassName
{
border-color: #0FFAFA;
}
.TagClassName
{
border-color: #0FFAFA;
}
</style>