Shades of Aqua #0FFFF2
Tints of Aqua #0FFFF2
RGB
CMYK
RGB Variations
Color information
#0FFFF2 (or 0x0FFFF2) is known color: Aqua. HEX triplet: 0F, FF and F2. RGB value is (15,255,242). Sum of RGB (Red+Green+Blue) = 15+255+242=512 (67% of max value = 765). Red value is 15 (6.25% from 255 or 2.93% from 512); Green value is 255 (100% from 255 or 49.80% from 512); Blue value is 242 (94.92% from 255 or 47.27% from 512); Max value from RGB is 255 - color contains mainly: green. Hex color #0FFFF2 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FFFF2 is #F0000D. Grayscale: #B5B5B5. Windows color (decimal): -15728654 or 15925007. OLE color: 15925007.
HSL color Cylindrical-coordinate representation of color #0FFFF2: hue angle of 176.75º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFFF2 is Cyan = 0.94, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 255 | 242 | - |
| CMYK | 0.94 | 0 | 0.05 | 0 |
| HSL | 176.75º | 1% | 0.53% | - |
| HSV(B) | 176.75º | 0.94% | 1% | - |
| XYZ | 51.98 | 78.03 | 96.33 | - |
| YUV | 181.76 | 161.99 | 9.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 255 | 242 | 0.94 | 0 | 0.05 | 0 | 176.75 | 1 | 0.53 |
| Hex | F | FF | F2 | 5E | 0 | 5 | 0 | B1 | 64 | 35 |
| Octal | 17 | 377 | 362 | 136 | 0 | 5 | 0 | 261 | 144 | 65 |
| Binary | 1111 | 11111111 | 11110010 | 1011110 | 0 | 101 | 0 | 10110001 | 1100100 | 110101 |
Color Harmonies of #0FFFF2
Complementary color
Monochromatic Colors of #0FFFF2
Black with #0FFFF2
Text Example
Text Example
White with #0FFFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFFF2; }
p { color: rgb(15,255,242); }
H1.HeaderClassName
{
color: #0FFFF2;
}
.AnyTagClassName
{
color: #0FFFF2;
}
</style>
background-color css
<style>
a { background-color: #0FFFF2; }
a { background-color: rgb(15,255,242); }
div.DivClassName
{
background-color: #0FFFF2;
}
.BgClassName
{
background-color: #0FFFF2;
}
</style>
border-color css
<style>
span { border-color: #0FFFF2; }
span { border-color: rgb(15,255,242); }
td.TdClassName
{
border-color: #0FFFF2;
}
.TagClassName
{
border-color: #0FFFF2;
}
</style>