Shades of Aqua #0FFAF2
Tints of Aqua #0FFAF2
RGB
CMYK
RGB Variations
Color information
#0FFAF2 (or 0x0FFAF2) is known color: Aqua. HEX triplet: 0F, FA and F2. RGB value is (15,250,242). Sum of RGB (Red+Green+Blue) = 15+250+242=507 (67% of max value = 765). Red value is 15 (6.25% from 255 or 2.96% from 507); Green value is 250 (98.05% from 255 or 49.31% from 507); Blue value is 242 (94.92% from 255 or 47.73% from 507); Max value from RGB is 250 - color contains mainly: green. Hex color #0FFAF2 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FFAF2 is #F0050D. Grayscale: #B2B2B2. Windows color (decimal): -15729934 or 15923727. OLE color: 15923727.
HSL color Cylindrical-coordinate representation of color #0FFAF2: hue angle of 177.96º 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 #0FFAF2 is Cyan = 0.94, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 250 | 242 | - |
| CMYK | 0.94 | 0 | 0.03 | 0.02 |
| HSL | 177.96º | 0.96% | 0.52% | - |
| HSV(B) | 177.96º | 0.94% | 0.98% | - |
| XYZ | 50.41 | 74.88 | 95.8 | - |
| YUV | 178.82 | 163.64 | 11.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 250 | 242 | 0.94 | 0 | 0.03 | 0.02 | 177.96 | 0.96 | 0.52 |
| Hex | F | FA | F2 | 5E | 0 | 3 | 2 | B2 | 60 | 34 |
| Octal | 17 | 372 | 362 | 136 | 0 | 3 | 2 | 262 | 140 | 64 |
| Binary | 1111 | 11111010 | 11110010 | 1011110 | 0 | 11 | 10 | 10110010 | 1100000 | 110100 |
Color Harmonies of #0FFAF2
Complementary color
Monochromatic Colors of #0FFAF2
Black with #0FFAF2
Text Example
Text Example
White with #0FFAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFAF2; }
p { color: rgb(15,250,242); }
H1.HeaderClassName
{
color: #0FFAF2;
}
.AnyTagClassName
{
color: #0FFAF2;
}
</style>
background-color css
<style>
a { background-color: #0FFAF2; }
a { background-color: rgb(15,250,242); }
div.DivClassName
{
background-color: #0FFAF2;
}
.BgClassName
{
background-color: #0FFAF2;
}
</style>
border-color css
<style>
span { border-color: #0FFAF2; }
span { border-color: rgb(15,250,242); }
td.TdClassName
{
border-color: #0FFAF2;
}
.TagClassName
{
border-color: #0FFAF2;
}
</style>