Shades of Aqua #0AFEF0
Tints of Aqua #0AFEF0
RGB
CMYK
RGB Variations
Color information
#0AFEF0 (or 0x0AFEF0) is known color: Aqua. HEX triplet: 0A, FE and F0. RGB value is (10,254,240). Sum of RGB (Red+Green+Blue) = 10+254+240=504 (66% of max value = 765). Red value is 10 (4.30% from 255 or 1.98% from 504); Green value is 254 (99.61% from 255 or 50.40% from 504); Blue value is 240 (94.14% from 255 or 47.62% from 504); Max value from RGB is 254 - color contains mainly: green. Hex color #0AFEF0 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0AFEF0 is #F5010F. Grayscale: #B3B3B3. Windows color (decimal): -16056592 or 15793674. OLE color: 15793674.
HSL color Cylindrical-coordinate representation of color #0AFEF0: hue angle of 176.56º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AFEF0 is Cyan = 0.96, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 10 | 254 | 240 | - |
| CMYK | 0.96 | 0 | 0.06 | 0.00 |
| HSL | 176.56º | 0.99% | 0.52% | - |
| HSV(B) | 176.56º | 0.96% | 1% | - |
| XYZ | 51.3 | 77.24 | 94.64 | - |
| YUV | 179.45 | 162.16 | 7.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 254 | 240 | 0.96 | 0 | 0.06 | 0.00 | 176.56 | 0.99 | 0.52 |
| Hex | A | FE | F0 | 60 | 0 | 6 | 0 | B1 | 63 | 34 |
| Octal | 12 | 376 | 360 | 140 | 0 | 6 | 0 | 261 | 143 | 64 |
| Binary | 1010 | 11111110 | 11110000 | 1100000 | 0 | 110 | 0 | 10110001 | 1100011 | 110100 |
Color Harmonies of #0AFEF0
Complementary color
Monochromatic Colors of #0AFEF0
Black with #0AFEF0
Text Example
Text Example
White with #0AFEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFEF0; }
p { color: rgb(10,254,240); }
H1.HeaderClassName
{
color: #0AFEF0;
}
.AnyTagClassName
{
color: #0AFEF0;
}
</style>
background-color css
<style>
a { background-color: #0AFEF0; }
a { background-color: rgb(10,254,240); }
div.DivClassName
{
background-color: #0AFEF0;
}
.BgClassName
{
background-color: #0AFEF0;
}
</style>
border-color css
<style>
span { border-color: #0AFEF0; }
span { border-color: rgb(10,254,240); }
td.TdClassName
{
border-color: #0AFEF0;
}
.TagClassName
{
border-color: #0AFEF0;
}
</style>