Shades of Aqua #18EEFA
Tints of Aqua #18EEFA
RGB
CMYK
RGB Variations
Color information
#18EEFA (or 0x18EEFA) is known color: Aqua. HEX triplet: 18, EE and FA. RGB value is (24,238,250). Sum of RGB (Red+Green+Blue) = 24+238+250=512 (67% of max value = 765). Red value is 24 (9.77% from 255 or 4.69% from 512); Green value is 238 (93.36% from 255 or 46.48% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #18EEFA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18EEFA is #E71105. Grayscale: #AFAFAF. Windows color (decimal): -15143174 or 16444952. OLE color: 16444952.
HSL color Cylindrical-coordinate representation of color #18EEFA: hue angle of 183.19º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18EEFA is Cyan = 0.90, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 238 | 250 | - |
| CMYK | 0.90 | 0.05 | 0 | 0.02 |
| HSL | 183.19º | 0.96% | 0.54% | - |
| HSV(B) | 183.19º | 0.9% | 0.98% | - |
| XYZ | 48.21 | 68.25 | 101.07 | - |
| YUV | 175.38 | 170.1 | 20.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 238 | 250 | 0.90 | 0.05 | 0 | 0.02 | 183.19 | 0.96 | 0.54 |
| Hex | 18 | EE | FA | 5A | 5 | 0 | 2 | B7 | 60 | 36 |
| Octal | 30 | 356 | 372 | 132 | 5 | 0 | 2 | 267 | 140 | 66 |
| Binary | 11000 | 11101110 | 11111010 | 1011010 | 101 | 0 | 10 | 10110111 | 1100000 | 110110 |
Color Harmonies of #18EEFA
Complementary color
Monochromatic Colors of #18EEFA
Black with #18EEFA
Text Example
Text Example
White with #18EEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18EEFA; }
p { color: rgb(24,238,250); }
H1.HeaderClassName
{
color: #18EEFA;
}
.AnyTagClassName
{
color: #18EEFA;
}
</style>
background-color css
<style>
a { background-color: #18EEFA; }
a { background-color: rgb(24,238,250); }
div.DivClassName
{
background-color: #18EEFA;
}
.BgClassName
{
background-color: #18EEFA;
}
</style>
border-color css
<style>
span { border-color: #18EEFA; }
span { border-color: rgb(24,238,250); }
td.TdClassName
{
border-color: #18EEFA;
}
.TagClassName
{
border-color: #18EEFA;
}
</style>