Shades of Aqua #0AF9F5
Tints of Aqua #0AF9F5
RGB
CMYK
RGB Variations
Color information
#0AF9F5 (or 0x0AF9F5) is known color: Aqua. HEX triplet: 0A, F9 and F5. RGB value is (10,249,245). Sum of RGB (Red+Green+Blue) = 10+249+245=504 (66% of max value = 765). Red value is 10 (4.30% from 255 or 1.98% from 504); Green value is 249 (97.66% from 255 or 49.40% from 504); Blue value is 245 (96.09% from 255 or 48.61% from 504); Max value from RGB is 249 - color contains mainly: green. Hex color #0AF9F5 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0AF9F5 is #F5060A. Grayscale: #B0B0B0. Windows color (decimal): -16057867 or 16120074. OLE color: 16120074.
HSL color Cylindrical-coordinate representation of color #0AF9F5: hue angle of 179º degrees, saturation: 0.95, 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 #0AF9F5 is Cyan = 0.96, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 10 | 249 | 245 | - |
| CMYK | 0.96 | 0 | 0.02 | 0.02 |
| HSL | 179º | 0.95% | 0.51% | - |
| HSV(B) | 179º | 0.96% | 0.98% | - |
| XYZ | 50.48 | 74.41 | 98.09 | - |
| YUV | 177.08 | 166.32 | 8.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 249 | 245 | 0.96 | 0 | 0.02 | 0.02 | 179 | 0.95 | 0.51 |
| Hex | A | F9 | F5 | 60 | 0 | 2 | 2 | B3 | 5F | 33 |
| Octal | 12 | 371 | 365 | 140 | 0 | 2 | 2 | 263 | 137 | 63 |
| Binary | 1010 | 11111001 | 11110101 | 1100000 | 0 | 10 | 10 | 10110011 | 1011111 | 110011 |
Color Harmonies of #0AF9F5
Complementary color
Monochromatic Colors of #0AF9F5
Black with #0AF9F5
Text Example
Text Example
White with #0AF9F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0AF9F5; }
p { color: rgb(10,249,245); }
H1.HeaderClassName
{
color: #0AF9F5;
}
.AnyTagClassName
{
color: #0AF9F5;
}
</style>
background-color css
<style>
a { background-color: #0AF9F5; }
a { background-color: rgb(10,249,245); }
div.DivClassName
{
background-color: #0AF9F5;
}
.BgClassName
{
background-color: #0AF9F5;
}
</style>
border-color css
<style>
span { border-color: #0AF9F5; }
span { border-color: rgb(10,249,245); }
td.TdClassName
{
border-color: #0AF9F5;
}
.TagClassName
{
border-color: #0AF9F5;
}
</style>