Shades of Aqua #18FEFA
Tints of Aqua #18FEFA
RGB
CMYK
RGB Variations
Color information
#18FEFA (or 0x18FEFA) is known color: Aqua. HEX triplet: 18, FE and FA. RGB value is (24,254,250). Sum of RGB (Red+Green+Blue) = 24+254+250=528 (69% of max value = 765). Red value is 24 (9.77% from 255 or 4.55% from 528); Green value is 254 (99.61% from 255 or 48.11% from 528); Blue value is 250 (98.05% from 255 or 47.35% from 528); Max value from RGB is 254 - color contains mainly: green. Hex color #18FEFA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18FEFA is #E70105. Grayscale: #B8B8B8. Windows color (decimal): -15139078 or 16449048. OLE color: 16449048.
HSL color Cylindrical-coordinate representation of color #18FEFA: hue angle of 178.96º 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 #18FEFA is Cyan = 0.91, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 24 | 254 | 250 | - |
| CMYK | 0.91 | 0 | 0.02 | 0.00 |
| HSL | 178.96º | 0.99% | 0.55% | - |
| HSV(B) | 178.96º | 0.91% | 1% | - |
| XYZ | 53.07 | 77.98 | 102.7 | - |
| YUV | 184.77 | 164.8 | 13.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 254 | 250 | 0.91 | 0 | 0.02 | 0.00 | 178.96 | 0.99 | 0.55 |
| Hex | 18 | FE | FA | 5B | 0 | 2 | 0 | B3 | 63 | 37 |
| Octal | 30 | 376 | 372 | 133 | 0 | 2 | 0 | 263 | 143 | 67 |
| Binary | 11000 | 11111110 | 11111010 | 1011011 | 0 | 10 | 0 | 10110011 | 1100011 | 110111 |
Color Harmonies of #18FEFA
Complementary color
Monochromatic Colors of #18FEFA
Black with #18FEFA
Text Example
Text Example
White with #18FEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FEFA; }
p { color: rgb(24,254,250); }
H1.HeaderClassName
{
color: #18FEFA;
}
.AnyTagClassName
{
color: #18FEFA;
}
</style>
background-color css
<style>
a { background-color: #18FEFA; }
a { background-color: rgb(24,254,250); }
div.DivClassName
{
background-color: #18FEFA;
}
.BgClassName
{
background-color: #18FEFA;
}
</style>
border-color css
<style>
span { border-color: #18FEFA; }
span { border-color: rgb(24,254,250); }
td.TdClassName
{
border-color: #18FEFA;
}
.TagClassName
{
border-color: #18FEFA;
}
</style>