Shades of Aqua #10FAF2
Tints of Aqua #10FAF2
RGB
CMYK
RGB Variations
Color information
#10FAF2 (or 0x10FAF2) is known color: Aqua. HEX triplet: 10, FA and F2. RGB value is (16,250,242). Sum of RGB (Red+Green+Blue) = 16+250+242=508 (67% of max value = 765). Red value is 16 (6.64% from 255 or 3.15% from 508); Green value is 250 (98.05% from 255 or 49.21% from 508); Blue value is 242 (94.92% from 255 or 47.64% from 508); Max value from RGB is 250 - color contains mainly: green. Hex color #10FAF2 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #10FAF2 is #EF050D. Grayscale: #B2B2B2. Windows color (decimal): -15664398 or 15923728. OLE color: 15923728.
HSL color Cylindrical-coordinate representation of color #10FAF2: hue angle of 177.95º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FAF2 is Cyan = 0.94, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 250 | 242 | - |
| CMYK | 0.94 | 0 | 0.03 | 0.02 |
| HSL | 177.95º | 0.96% | 0.52% | - |
| HSV(B) | 177.95º | 0.94% | 0.98% | - |
| XYZ | 50.43 | 74.89 | 95.8 | - |
| YUV | 179.12 | 163.48 | 11.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 250 | 242 | 0.94 | 0 | 0.03 | 0.02 | 177.95 | 0.96 | 0.52 |
| Hex | 10 | FA | F2 | 5E | 0 | 3 | 2 | B2 | 60 | 34 |
| Octal | 20 | 372 | 362 | 136 | 0 | 3 | 2 | 262 | 140 | 64 |
| Binary | 10000 | 11111010 | 11110010 | 1011110 | 0 | 11 | 10 | 10110010 | 1100000 | 110100 |
Color Harmonies of #10FAF2
Complementary color
Monochromatic Colors of #10FAF2
Black with #10FAF2
Text Example
Text Example
White with #10FAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FAF2; }
p { color: rgb(16,250,242); }
H1.HeaderClassName
{
color: #10FAF2;
}
.AnyTagClassName
{
color: #10FAF2;
}
</style>
background-color css
<style>
a { background-color: #10FAF2; }
a { background-color: rgb(16,250,242); }
div.DivClassName
{
background-color: #10FAF2;
}
.BgClassName
{
background-color: #10FAF2;
}
</style>
border-color css
<style>
span { border-color: #10FAF2; }
span { border-color: rgb(16,250,242); }
td.TdClassName
{
border-color: #10FAF2;
}
.TagClassName
{
border-color: #10FAF2;
}
</style>