Shades of Aqua #10EEF5
Tints of Aqua #10EEF5
RGB
CMYK
RGB Variations
Color information
#10EEF5 (or 0x10EEF5) is known color: Aqua. HEX triplet: 10, EE and F5. RGB value is (16,238,245). Sum of RGB (Red+Green+Blue) = 16+238+245=499 (66% of max value = 765). Red value is 16 (6.64% from 255 or 3.21% from 499); Green value is 238 (93.36% from 255 or 47.70% from 499); Blue value is 245 (96.09% from 255 or 49.10% from 499); Max value from RGB is 245 - color contains mainly: blue. Hex color #10EEF5 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #10EEF5 is #EF110A. Grayscale: #ACACAC. Windows color (decimal): -15667467 or 16117264. OLE color: 16117264.
HSL color Cylindrical-coordinate representation of color #10EEF5: hue angle of 181.83º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10EEF5 is Cyan = 0.93, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 16 | 238 | 245 | - |
| CMYK | 0.93 | 0.03 | 0 | 0.04 |
| HSL | 181.83º | 0.92% | 0.51% | - |
| HSV(B) | 181.83º | 0.93% | 0.96% | - |
| XYZ | 47.27 | 67.85 | 96.99 | - |
| YUV | 172.42 | 168.95 | 16.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 238 | 245 | 0.93 | 0.03 | 0 | 0.04 | 181.83 | 0.92 | 0.51 |
| Hex | 10 | EE | F5 | 5D | 3 | 0 | 4 | B6 | 5C | 33 |
| Octal | 20 | 356 | 365 | 135 | 3 | 0 | 4 | 266 | 134 | 63 |
| Binary | 10000 | 11101110 | 11110101 | 1011101 | 11 | 0 | 100 | 10110110 | 1011100 | 110011 |
Color Harmonies of #10EEF5
Complementary color
Monochromatic Colors of #10EEF5
Black with #10EEF5
Text Example
Text Example
White with #10EEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10EEF5; }
p { color: rgb(16,238,245); }
H1.HeaderClassName
{
color: #10EEF5;
}
.AnyTagClassName
{
color: #10EEF5;
}
</style>
background-color css
<style>
a { background-color: #10EEF5; }
a { background-color: rgb(16,238,245); }
div.DivClassName
{
background-color: #10EEF5;
}
.BgClassName
{
background-color: #10EEF5;
}
</style>
border-color css
<style>
span { border-color: #10EEF5; }
span { border-color: rgb(16,238,245); }
td.TdClassName
{
border-color: #10EEF5;
}
.TagClassName
{
border-color: #10EEF5;
}
</style>