Shades of Aqua #18FFEE
Tints of Aqua #18FFEE
RGB
CMYK
RGB Variations
Color information
#18FFEE (or 0x18FFEE) is known color: Aqua. HEX triplet: 18, FF and EE. RGB value is (24,255,238). Sum of RGB (Red+Green+Blue) = 24+255+238=517 (68% of max value = 765). Red value is 24 (9.77% from 255 or 4.64% from 517); Green value is 255 (100% from 255 or 49.32% from 517); Blue value is 238 (93.36% from 255 or 46.03% from 517); Max value from RGB is 255 - color contains mainly: green. Hex color #18FFEE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18FFEE is #E70011. Grayscale: #B7B7B7. Windows color (decimal): -15138834 or 15662872. OLE color: 15662872.
HSL color Cylindrical-coordinate representation of color #18FFEE: hue angle of 175.58º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18FFEE is Cyan = 0.91, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 255 | 238 | - |
| CMYK | 0.91 | 0 | 0.07 | 0 |
| HSL | 175.58º | 1% | 0.55% | - |
| HSV(B) | 175.58º | 0.91% | 1% | - |
| XYZ | 51.57 | 77.89 | 93.2 | - |
| YUV | 183.99 | 158.47 | 13.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 255 | 238 | 0.91 | 0 | 0.07 | 0 | 175.58 | 1 | 0.55 |
| Hex | 18 | FF | EE | 5B | 0 | 7 | 0 | B0 | 64 | 37 |
| Octal | 30 | 377 | 356 | 133 | 0 | 7 | 0 | 260 | 144 | 67 |
| Binary | 11000 | 11111111 | 11101110 | 1011011 | 0 | 111 | 0 | 10110000 | 1100100 | 110111 |
Color Harmonies of #18FFEE
Complementary color
Monochromatic Colors of #18FFEE
Black with #18FFEE
Text Example
Text Example
White with #18FFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FFEE; }
p { color: rgb(24,255,238); }
H1.HeaderClassName
{
color: #18FFEE;
}
.AnyTagClassName
{
color: #18FFEE;
}
</style>
background-color css
<style>
a { background-color: #18FFEE; }
a { background-color: rgb(24,255,238); }
div.DivClassName
{
background-color: #18FFEE;
}
.BgClassName
{
background-color: #18FFEE;
}
</style>
border-color css
<style>
span { border-color: #18FFEE; }
span { border-color: rgb(24,255,238); }
td.TdClassName
{
border-color: #18FFEE;
}
.TagClassName
{
border-color: #18FFEE;
}
</style>