Shades of Aqua #0AFFFA
Tints of Aqua #0AFFFA
RGB
CMYK
RGB Variations
Color information
#0AFFFA (or 0x0AFFFA) is known color: Aqua. HEX triplet: 0A, FF and FA. RGB value is (10,255,250). Sum of RGB (Red+Green+Blue) = 10+255+250=515 (68% of max value = 765). Red value is 10 (4.30% from 255 or 1.94% from 515); Green value is 255 (100% from 255 or 49.51% from 515); Blue value is 250 (98.05% from 255 or 48.54% from 515); Max value from RGB is 255 - color contains mainly: green. Hex color #0AFFFA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0AFFFA is #F50005. Grayscale: #B4B4B4. Windows color (decimal): -16056326 or 16449290. OLE color: 16449290.
HSL color Cylindrical-coordinate representation of color #0AFFFA: hue angle of 178.78º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AFFFA is Cyan = 0.96, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 10 | 255 | 250 | - |
| CMYK | 0.96 | 0 | 0.02 | 0 |
| HSL | 178.78º | 1% | 0.52% | - |
| HSV(B) | 178.78º | 0.96% | 1% | - |
| XYZ | 53.14 | 78.49 | 102.79 | - |
| YUV | 181.18 | 166.83 | 5.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 255 | 250 | 0.96 | 0 | 0.02 | 0 | 178.78 | 1 | 0.52 |
| Hex | A | FF | FA | 60 | 0 | 2 | 0 | B3 | 64 | 34 |
| Octal | 12 | 377 | 372 | 140 | 0 | 2 | 0 | 263 | 144 | 64 |
| Binary | 1010 | 11111111 | 11111010 | 1100000 | 0 | 10 | 0 | 10110011 | 1100100 | 110100 |
Color Harmonies of #0AFFFA
Complementary color
Monochromatic Colors of #0AFFFA
Black with #0AFFFA
Text Example
Text Example
White with #0AFFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFFFA; }
p { color: rgb(10,255,250); }
H1.HeaderClassName
{
color: #0AFFFA;
}
.AnyTagClassName
{
color: #0AFFFA;
}
</style>
background-color css
<style>
a { background-color: #0AFFFA; }
a { background-color: rgb(10,255,250); }
div.DivClassName
{
background-color: #0AFFFA;
}
.BgClassName
{
background-color: #0AFFFA;
}
</style>
border-color css
<style>
span { border-color: #0AFFFA; }
span { border-color: rgb(10,255,250); }
td.TdClassName
{
border-color: #0AFFFA;
}
.TagClassName
{
border-color: #0AFFFA;
}
</style>