Shades of Aqua #10FFEB
Tints of Aqua #10FFEB
RGB
CMYK
RGB Variations
Color information
#10FFEB (or 0x10FFEB) is known color: Aqua. HEX triplet: 10, FF and EB. RGB value is (16,255,235). Sum of RGB (Red+Green+Blue) = 16+255+235=506 (67% of max value = 765). Red value is 16 (6.64% from 255 or 3.16% from 506); Green value is 255 (100% from 255 or 50.40% from 506); Blue value is 235 (92.19% from 255 or 46.44% from 506); Max value from RGB is 255 - color contains mainly: green. Hex color #10FFEB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #10FFEB is #EF0014. Grayscale: #B5B5B5. Windows color (decimal): -15663125 or 15466256. OLE color: 15466256.
HSL color Cylindrical-coordinate representation of color #10FFEB: hue angle of 174.98º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FFEB is Cyan = 0.94, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 255 | 235 | - |
| CMYK | 0.94 | 0 | 0.08 | 0 |
| HSL | 174.98º | 1% | 0.53% | - |
| HSV(B) | 174.98º | 0.94% | 1% | - |
| XYZ | 50.97 | 77.63 | 90.89 | - |
| YUV | 181.26 | 158.32 | 10.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 255 | 235 | 0.94 | 0 | 0.08 | 0 | 174.98 | 1 | 0.53 |
| Hex | 10 | FF | EB | 5E | 0 | 8 | 0 | AF | 64 | 35 |
| Octal | 20 | 377 | 353 | 136 | 0 | 10 | 0 | 257 | 144 | 65 |
| Binary | 10000 | 11111111 | 11101011 | 1011110 | 0 | 1000 | 0 | 10101111 | 1100100 | 110101 |
Color Harmonies of #10FFEB
Complementary color
Monochromatic Colors of #10FFEB
Black with #10FFEB
Text Example
Text Example
White with #10FFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FFEB; }
p { color: rgb(16,255,235); }
H1.HeaderClassName
{
color: #10FFEB;
}
.AnyTagClassName
{
color: #10FFEB;
}
</style>
background-color css
<style>
a { background-color: #10FFEB; }
a { background-color: rgb(16,255,235); }
div.DivClassName
{
background-color: #10FFEB;
}
.BgClassName
{
background-color: #10FFEB;
}
</style>
border-color css
<style>
span { border-color: #10FFEB; }
span { border-color: rgb(16,255,235); }
td.TdClassName
{
border-color: #10FFEB;
}
.TagClassName
{
border-color: #10FFEB;
}
</style>