Shades of Aqua #18FEEF
Tints of Aqua #18FEEF
RGB
CMYK
RGB Variations
Color information
#18FEEF (or 0x18FEEF) is known color: Aqua. HEX triplet: 18, FE and EF. RGB value is (24,254,239). Sum of RGB (Red+Green+Blue) = 24+254+239=517 (68% of max value = 765). Red value is 24 (9.77% from 255 or 4.64% from 517); Green value is 254 (99.61% from 255 or 49.13% from 517); Blue value is 239 (93.75% from 255 or 46.23% from 517); Max value from RGB is 254 - color contains mainly: green. Hex color #18FEEF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18FEEF is #E70110. Grayscale: #B7B7B7. Windows color (decimal): -15139089 or 15728152. OLE color: 15728152.
HSL color Cylindrical-coordinate representation of color #18FEEF: hue angle of 176.09º 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 #18FEEF is Cyan = 0.91, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 24 | 254 | 239 | - |
| CMYK | 0.91 | 0 | 0.06 | 0.00 |
| HSL | 176.09º | 0.99% | 0.55% | - |
| HSV(B) | 176.09º | 0.91% | 1% | - |
| XYZ | 51.4 | 77.31 | 93.87 | - |
| YUV | 183.52 | 159.3 | 14.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 254 | 239 | 0.91 | 0 | 0.06 | 0.00 | 176.09 | 0.99 | 0.55 |
| Hex | 18 | FE | EF | 5B | 0 | 6 | 0 | B0 | 63 | 37 |
| Octal | 30 | 376 | 357 | 133 | 0 | 6 | 0 | 260 | 143 | 67 |
| Binary | 11000 | 11111110 | 11101111 | 1011011 | 0 | 110 | 0 | 10110000 | 1100011 | 110111 |
Color Harmonies of #18FEEF
Complementary color
Monochromatic Colors of #18FEEF
Black with #18FEEF
Text Example
Text Example
White with #18FEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FEEF; }
p { color: rgb(24,254,239); }
H1.HeaderClassName
{
color: #18FEEF;
}
.AnyTagClassName
{
color: #18FEEF;
}
</style>
background-color css
<style>
a { background-color: #18FEEF; }
a { background-color: rgb(24,254,239); }
div.DivClassName
{
background-color: #18FEEF;
}
.BgClassName
{
background-color: #18FEEF;
}
</style>
border-color css
<style>
span { border-color: #18FEEF; }
span { border-color: rgb(24,254,239); }
td.TdClassName
{
border-color: #18FEEF;
}
.TagClassName
{
border-color: #18FEEF;
}
</style>