Shades of Aqua #0FFFEF
Tints of Aqua #0FFFEF
RGB
CMYK
RGB Variations
Color information
#0FFFEF (or 0x0FFFEF) is known color: Aqua. HEX triplet: 0F, FF and EF. RGB value is (15,255,239). Sum of RGB (Red+Green+Blue) = 15+255+239=509 (67% of max value = 765). Red value is 15 (6.25% from 255 or 2.95% from 509); Green value is 255 (100% from 255 or 50.10% from 509); Blue value is 239 (93.75% from 255 or 46.95% from 509); Max value from RGB is 255 - color contains mainly: green. Hex color #0FFFEF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FFFEF is #F00010. Grayscale: #B5B5B5. Windows color (decimal): -15728657 or 15728399. OLE color: 15728399.
HSL color Cylindrical-coordinate representation of color #0FFFEF: hue angle of 176º 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 #0FFFEF is Cyan = 0.94, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 255 | 239 | - |
| CMYK | 0.94 | 0 | 0.06 | 0 |
| HSL | 176º | 1% | 0.53% | - |
| HSV(B) | 176º | 0.94% | 1% | - |
| XYZ | 51.54 | 77.85 | 93.97 | - |
| YUV | 181.42 | 160.49 | 9.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 255 | 239 | 0.94 | 0 | 0.06 | 0 | 176 | 1 | 0.53 |
| Hex | F | FF | EF | 5E | 0 | 6 | 0 | B0 | 64 | 35 |
| Octal | 17 | 377 | 357 | 136 | 0 | 6 | 0 | 260 | 144 | 65 |
| Binary | 1111 | 11111111 | 11101111 | 1011110 | 0 | 110 | 0 | 10110000 | 1100100 | 110101 |
Color Harmonies of #0FFFEF
Complementary color
Monochromatic Colors of #0FFFEF
Black with #0FFFEF
Text Example
Text Example
White with #0FFFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFFEF; }
p { color: rgb(15,255,239); }
H1.HeaderClassName
{
color: #0FFFEF;
}
.AnyTagClassName
{
color: #0FFFEF;
}
</style>
background-color css
<style>
a { background-color: #0FFFEF; }
a { background-color: rgb(15,255,239); }
div.DivClassName
{
background-color: #0FFFEF;
}
.BgClassName
{
background-color: #0FFFEF;
}
</style>
border-color css
<style>
span { border-color: #0FFFEF; }
span { border-color: rgb(15,255,239); }
td.TdClassName
{
border-color: #0FFFEF;
}
.TagClassName
{
border-color: #0FFFEF;
}
</style>