Shades of Aqua #10F9EE
Tints of Aqua #10F9EE
RGB
CMYK
RGB Variations
Color information
#10F9EE (or 0x10F9EE) is known color: Aqua. HEX triplet: 10, F9 and EE. RGB value is (16,249,238). Sum of RGB (Red+Green+Blue) = 16+249+238=503 (66% of max value = 765). Red value is 16 (6.64% from 255 or 3.18% from 503); Green value is 249 (97.66% from 255 or 49.50% from 503); Blue value is 238 (93.36% from 255 or 47.32% from 503); Max value from RGB is 249 - color contains mainly: green. Hex color #10F9EE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #10F9EE is #EF0611. Grayscale: #B1B1B1. Windows color (decimal): -15664658 or 15661328. OLE color: 15661328.
HSL color Cylindrical-coordinate representation of color #10F9EE: hue angle of 177.17º degrees, saturation: 0.95, 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 #10F9EE is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 249 | 238 | - |
| CMYK | 0.94 | 0 | 0.04 | 0.02 |
| HSL | 177.17º | 0.95% | 0.52% | - |
| HSV(B) | 177.17º | 0.94% | 0.98% | - |
| XYZ | 49.52 | 74.03 | 92.57 | - |
| YUV | 178.08 | 161.81 | 12.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 249 | 238 | 0.94 | 0 | 0.04 | 0.02 | 177.17 | 0.95 | 0.52 |
| Hex | 10 | F9 | EE | 5E | 0 | 4 | 2 | B1 | 5F | 34 |
| Octal | 20 | 371 | 356 | 136 | 0 | 4 | 2 | 261 | 137 | 64 |
| Binary | 10000 | 11111001 | 11101110 | 1011110 | 0 | 100 | 10 | 10110001 | 1011111 | 110100 |
Color Harmonies of #10F9EE
Complementary color
Monochromatic Colors of #10F9EE
Black with #10F9EE
Text Example
Text Example
White with #10F9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F9EE; }
p { color: rgb(16,249,238); }
H1.HeaderClassName
{
color: #10F9EE;
}
.AnyTagClassName
{
color: #10F9EE;
}
</style>
background-color css
<style>
a { background-color: #10F9EE; }
a { background-color: rgb(16,249,238); }
div.DivClassName
{
background-color: #10F9EE;
}
.BgClassName
{
background-color: #10F9EE;
}
</style>
border-color css
<style>
span { border-color: #10F9EE; }
span { border-color: rgb(16,249,238); }
td.TdClassName
{
border-color: #10F9EE;
}
.TagClassName
{
border-color: #10F9EE;
}
</style>