Shades of Aqua #0FFAEF
Tints of Aqua #0FFAEF
RGB
CMYK
RGB Variations
Color information
#0FFAEF (or 0x0FFAEF) is known color: Aqua. HEX triplet: 0F, FA and EF. RGB value is (15,250,239). Sum of RGB (Red+Green+Blue) = 15+250+239=504 (66% of max value = 765). Red value is 15 (6.25% from 255 or 2.98% from 504); Green value is 250 (98.05% from 255 or 49.60% from 504); Blue value is 239 (93.75% from 255 or 47.42% from 504); Max value from RGB is 250 - color contains mainly: green. Hex color #0FFAEF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FFAEF is #F00510. Grayscale: #B2B2B2. Windows color (decimal): -15729937 or 15727119. OLE color: 15727119.
HSL color Cylindrical-coordinate representation of color #0FFAEF: hue angle of 177.19º 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 #0FFAEF is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 250 | 239 | - |
| CMYK | 0.94 | 0 | 0.04 | 0.02 |
| HSL | 177.19º | 0.96% | 0.52% | - |
| HSV(B) | 177.19º | 0.94% | 0.98% | - |
| XYZ | 49.96 | 74.7 | 93.45 | - |
| YUV | 178.48 | 162.14 | 11.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 250 | 239 | 0.94 | 0 | 0.04 | 0.02 | 177.19 | 0.96 | 0.52 |
| Hex | F | FA | EF | 5E | 0 | 4 | 2 | B1 | 60 | 34 |
| Octal | 17 | 372 | 357 | 136 | 0 | 4 | 2 | 261 | 140 | 64 |
| Binary | 1111 | 11111010 | 11101111 | 1011110 | 0 | 100 | 10 | 10110001 | 1100000 | 110100 |
Color Harmonies of #0FFAEF
Complementary color
Monochromatic Colors of #0FFAEF
Black with #0FFAEF
Text Example
Text Example
White with #0FFAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFAEF; }
p { color: rgb(15,250,239); }
H1.HeaderClassName
{
color: #0FFAEF;
}
.AnyTagClassName
{
color: #0FFAEF;
}
</style>
background-color css
<style>
a { background-color: #0FFAEF; }
a { background-color: rgb(15,250,239); }
div.DivClassName
{
background-color: #0FFAEF;
}
.BgClassName
{
background-color: #0FFAEF;
}
</style>
border-color css
<style>
span { border-color: #0FFAEF; }
span { border-color: rgb(15,250,239); }
td.TdClassName
{
border-color: #0FFAEF;
}
.TagClassName
{
border-color: #0FFAEF;
}
</style>