Shades of Aqua #0AFEEC
Tints of Aqua #0AFEEC
RGB
CMYK
RGB Variations
Color information
#0AFEEC (or 0x0AFEEC) is known color: Aqua. HEX triplet: 0A, FE and EC. RGB value is (10,254,236). Sum of RGB (Red+Green+Blue) = 10+254+236=500 (66% of max value = 765). Red value is 10 (4.30% from 255 or 2% from 500); Green value is 254 (99.61% from 255 or 50.8% from 500); Blue value is 236 (92.58% from 255 or 47.2% from 500); Max value from RGB is 254 - color contains mainly: green. Hex color #0AFEEC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0AFEEC is #F50113. Grayscale: #B2B2B2. Windows color (decimal): -16056596 or 15531530. OLE color: 15531530.
HSL color Cylindrical-coordinate representation of color #0AFEEC: hue angle of 175.57º 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 #0AFEEC is Cyan = 0.96, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 10 | 254 | 236 | - |
| CMYK | 0.96 | 0 | 0.07 | 0.00 |
| HSL | 175.57º | 0.99% | 0.52% | - |
| HSV(B) | 175.57º | 0.96% | 1% | - |
| XYZ | 50.71 | 77 | 91.55 | - |
| YUV | 178.99 | 160.16 | 7.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 254 | 236 | 0.96 | 0 | 0.07 | 0.00 | 175.57 | 0.99 | 0.52 |
| Hex | A | FE | EC | 60 | 0 | 7 | 0 | B0 | 63 | 34 |
| Octal | 12 | 376 | 354 | 140 | 0 | 7 | 0 | 260 | 143 | 64 |
| Binary | 1010 | 11111110 | 11101100 | 1100000 | 0 | 111 | 0 | 10110000 | 1100011 | 110100 |
Color Harmonies of #0AFEEC
Complementary color
Monochromatic Colors of #0AFEEC
Black with #0AFEEC
Text Example
Text Example
White with #0AFEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AFEEC; }
p { color: rgb(10,254,236); }
H1.HeaderClassName
{
color: #0AFEEC;
}
.AnyTagClassName
{
color: #0AFEEC;
}
</style>
background-color css
<style>
a { background-color: #0AFEEC; }
a { background-color: rgb(10,254,236); }
div.DivClassName
{
background-color: #0AFEEC;
}
.BgClassName
{
background-color: #0AFEEC;
}
</style>
border-color css
<style>
span { border-color: #0AFEEC; }
span { border-color: rgb(10,254,236); }
td.TdClassName
{
border-color: #0AFEEC;
}
.TagClassName
{
border-color: #0AFEEC;
}
</style>