Shades of Aqua #0AFAFA
Tints of Aqua #0AFAFA
RGB
CMYK
RGB Variations
Color information
#0AFAFA (or 0x0AFAFA) is known color: Aqua. HEX triplet: 0A, FA and FA. RGB value is (10,250,250). Sum of RGB (Red+Green+Blue) = 10+250+250=510 (67% of max value = 765). Red value is 10 (4.30% from 255 or 1.96% from 510); Green value is 250 (98.05% from 255 or 49.02% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #0AFAFA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0AFAFA is #F50505. Grayscale: #B2B2B2. Windows color (decimal): -16057606 or 16448010. OLE color: 16448010.
HSL color Cylindrical-coordinate representation of color #0AFAFA: hue angle of 180º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AFAFA is Cyan = 0.96, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 250 | 250 | - |
| CMYK | 0.96 | 0 | 0 | 0.02 |
| HSL | 180º | 0.96% | 0.51% | - |
| HSV(B) | 180º | 0.96% | 0.98% | - |
| XYZ | 51.57 | 75.34 | 102.27 | - |
| YUV | 178.24 | 168.49 | 8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 250 | 250 | 0.96 | 0 | 0 | 0.02 | 180 | 0.96 | 0.51 |
| Hex | A | FA | FA | 60 | 0 | 0 | 2 | B4 | 60 | 33 |
| Octal | 12 | 372 | 372 | 140 | 0 | 0 | 2 | 264 | 140 | 63 |
| Binary | 1010 | 11111010 | 11111010 | 1100000 | 0 | 0 | 10 | 10110100 | 1100000 | 110011 |
Color Harmonies of #0AFAFA
Complementary color
Monochromatic Colors of #0AFAFA
Black with #0AFAFA
Text Example
Text Example
White with #0AFAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFAFA; }
p { color: rgb(10,250,250); }
H1.HeaderClassName
{
color: #0AFAFA;
}
.AnyTagClassName
{
color: #0AFAFA;
}
</style>
background-color css
<style>
a { background-color: #0AFAFA; }
a { background-color: rgb(10,250,250); }
div.DivClassName
{
background-color: #0AFAFA;
}
.BgClassName
{
background-color: #0AFAFA;
}
</style>
border-color css
<style>
span { border-color: #0AFAFA; }
span { border-color: rgb(10,250,250); }
td.TdClassName
{
border-color: #0AFAFA;
}
.TagClassName
{
border-color: #0AFAFA;
}
</style>