Shades of Aqua #0AFAEC
Tints of Aqua #0AFAEC
RGB
CMYK
RGB Variations
Color information
#0AFAEC (or 0x0AFAEC) is known color: Aqua. HEX triplet: 0A, FA and EC. RGB value is (10,250,236). Sum of RGB (Red+Green+Blue) = 10+250+236=496 (65% of max value = 765). Red value is 10 (4.30% from 255 or 2.02% from 496); Green value is 250 (98.05% from 255 or 50.40% from 496); Blue value is 236 (92.58% from 255 or 47.58% from 496); Max value from RGB is 250 - color contains mainly: green. Hex color #0AFAEC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0AFAEC is #F50513. Grayscale: #B0B0B0. Windows color (decimal): -16057620 or 15530506. OLE color: 15530506.
HSL color Cylindrical-coordinate representation of color #0AFAEC: hue angle of 176.5º 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 #0AFAEC is Cyan = 0.96, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 250 | 236 | - |
| CMYK | 0.96 | 0 | 0.06 | 0.02 |
| HSL | 176.5º | 0.96% | 0.51% | - |
| HSV(B) | 176.5º | 0.96% | 0.98% | - |
| XYZ | 49.45 | 74.49 | 91.13 | - |
| YUV | 176.64 | 161.49 | 9.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 250 | 236 | 0.96 | 0 | 0.06 | 0.02 | 176.5 | 0.96 | 0.51 |
| Hex | A | FA | EC | 60 | 0 | 6 | 2 | B0 | 60 | 33 |
| Octal | 12 | 372 | 354 | 140 | 0 | 6 | 2 | 260 | 140 | 63 |
| Binary | 1010 | 11111010 | 11101100 | 1100000 | 0 | 110 | 10 | 10110000 | 1100000 | 110011 |
Color Harmonies of #0AFAEC
Complementary color
Monochromatic Colors of #0AFAEC
Black with #0AFAEC
Text Example
Text Example
White with #0AFAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFAEC; }
p { color: rgb(10,250,236); }
H1.HeaderClassName
{
color: #0AFAEC;
}
.AnyTagClassName
{
color: #0AFAEC;
}
</style>
background-color css
<style>
a { background-color: #0AFAEC; }
a { background-color: rgb(10,250,236); }
div.DivClassName
{
background-color: #0AFAEC;
}
.BgClassName
{
background-color: #0AFAEC;
}
</style>
border-color css
<style>
span { border-color: #0AFAEC; }
span { border-color: rgb(10,250,236); }
td.TdClassName
{
border-color: #0AFAEC;
}
.TagClassName
{
border-color: #0AFAEC;
}
</style>