Shades of Aqua #0FFAED
Tints of Aqua #0FFAED
RGB
CMYK
RGB Variations
Color information
#0FFAED (or 0x0FFAED) is known color: Aqua. HEX triplet: 0F, FA and ED. RGB value is (15,250,237). Sum of RGB (Red+Green+Blue) = 15+250+237=502 (66% of max value = 765). Red value is 15 (6.25% from 255 or 2.99% from 502); Green value is 250 (98.05% from 255 or 49.80% from 502); Blue value is 237 (92.97% from 255 or 47.21% from 502); Max value from RGB is 250 - color contains mainly: green. Hex color #0FFAED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FFAED is #F00512. Grayscale: #B2B2B2. Windows color (decimal): -15729939 or 15596047. OLE color: 15596047.
HSL color Cylindrical-coordinate representation of color #0FFAED: hue angle of 176.68º 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 #0FFAED is Cyan = 0.94, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 250 | 237 | - |
| CMYK | 0.94 | 0 | 0.05 | 0.02 |
| HSL | 176.68º | 0.96% | 0.52% | - |
| HSV(B) | 176.68º | 0.94% | 0.98% | - |
| XYZ | 49.67 | 74.59 | 91.9 | - |
| YUV | 178.25 | 161.14 | 11.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 250 | 237 | 0.94 | 0 | 0.05 | 0.02 | 176.68 | 0.96 | 0.52 |
| Hex | F | FA | ED | 5E | 0 | 5 | 2 | B1 | 60 | 34 |
| Octal | 17 | 372 | 355 | 136 | 0 | 5 | 2 | 261 | 140 | 64 |
| Binary | 1111 | 11111010 | 11101101 | 1011110 | 0 | 101 | 10 | 10110001 | 1100000 | 110100 |
Color Harmonies of #0FFAED
Complementary color
Monochromatic Colors of #0FFAED
Black with #0FFAED
Text Example
Text Example
White with #0FFAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFAED; }
p { color: rgb(15,250,237); }
H1.HeaderClassName
{
color: #0FFAED;
}
.AnyTagClassName
{
color: #0FFAED;
}
</style>
background-color css
<style>
a { background-color: #0FFAED; }
a { background-color: rgb(15,250,237); }
div.DivClassName
{
background-color: #0FFAED;
}
.BgClassName
{
background-color: #0FFAED;
}
</style>
border-color css
<style>
span { border-color: #0FFAED; }
span { border-color: rgb(15,250,237); }
td.TdClassName
{
border-color: #0FFAED;
}
.TagClassName
{
border-color: #0FFAED;
}
</style>