Shades of Aqua #18FEEE
Tints of Aqua #18FEEE
RGB
CMYK
RGB Variations
Color information
#18FEEE (or 0x18FEEE) is known color: Aqua. HEX triplet: 18, FE and EE. RGB value is (24,254,238). Sum of RGB (Red+Green+Blue) = 24+254+238=516 (68% of max value = 765). Red value is 24 (9.77% from 255 or 4.65% from 516); Green value is 254 (99.61% from 255 or 49.22% from 516); Blue value is 238 (93.36% from 255 or 46.12% from 516); Max value from RGB is 254 - color contains mainly: green. Hex color #18FEEE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18FEEE is #E70111. Grayscale: #B7B7B7. Windows color (decimal): -15139090 or 15662616. OLE color: 15662616.
HSL color Cylindrical-coordinate representation of color #18FEEE: hue angle of 175.83º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18FEEE is Cyan = 0.91, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 24 | 254 | 238 | - |
| CMYK | 0.91 | 0 | 0.06 | 0.00 |
| HSL | 175.83º | 0.99% | 0.55% | - |
| HSV(B) | 175.83º | 0.91% | 1% | - |
| XYZ | 51.25 | 77.25 | 93.1 | - |
| YUV | 183.41 | 158.8 | 14.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 254 | 238 | 0.91 | 0 | 0.06 | 0.00 | 175.83 | 0.99 | 0.55 |
| Hex | 18 | FE | EE | 5B | 0 | 6 | 0 | B0 | 63 | 37 |
| Octal | 30 | 376 | 356 | 133 | 0 | 6 | 0 | 260 | 143 | 67 |
| Binary | 11000 | 11111110 | 11101110 | 1011011 | 0 | 110 | 0 | 10110000 | 1100011 | 110111 |
Color Harmonies of #18FEEE
Complementary color
Monochromatic Colors of #18FEEE
Black with #18FEEE
Text Example
Text Example
White with #18FEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FEEE; }
p { color: rgb(24,254,238); }
H1.HeaderClassName
{
color: #18FEEE;
}
.AnyTagClassName
{
color: #18FEEE;
}
</style>
background-color css
<style>
a { background-color: #18FEEE; }
a { background-color: rgb(24,254,238); }
div.DivClassName
{
background-color: #18FEEE;
}
.BgClassName
{
background-color: #18FEEE;
}
</style>
border-color css
<style>
span { border-color: #18FEEE; }
span { border-color: rgb(24,254,238); }
td.TdClassName
{
border-color: #18FEEE;
}
.TagClassName
{
border-color: #18FEEE;
}
</style>