Shades of Aqua #18EFF7
Tints of Aqua #18EFF7
RGB
CMYK
RGB Variations
Color information
#18EFF7 (or 0x18EFF7) is known color: Aqua. HEX triplet: 18, EF and F7. RGB value is (24,239,247). Sum of RGB (Red+Green+Blue) = 24+239+247=510 (67% of max value = 765). Red value is 24 (9.77% from 255 or 4.71% from 510); Green value is 239 (93.75% from 255 or 46.86% from 510); Blue value is 247 (96.88% from 255 or 48.43% from 510); Max value from RGB is 247 - color contains mainly: blue. Hex color #18EFF7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18EFF7 is #E71008. Grayscale: #AFAFAF. Windows color (decimal): -15142921 or 16248600. OLE color: 16248600.
HSL color Cylindrical-coordinate representation of color #18EFF7: hue angle of 182.15º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18EFF7 is Cyan = 0.90, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 24 | 239 | 247 | - |
| CMYK | 0.90 | 0.03 | 0 | 0.03 |
| HSL | 182.15º | 0.93% | 0.53% | - |
| HSV(B) | 182.15º | 0.9% | 0.97% | - |
| XYZ | 48.03 | 68.64 | 98.71 | - |
| YUV | 175.63 | 168.27 | 19.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 239 | 247 | 0.90 | 0.03 | 0 | 0.03 | 182.15 | 0.93 | 0.53 |
| Hex | 18 | EF | F7 | 5A | 3 | 0 | 3 | B6 | 5D | 35 |
| Octal | 30 | 357 | 367 | 132 | 3 | 0 | 3 | 266 | 135 | 65 |
| Binary | 11000 | 11101111 | 11110111 | 1011010 | 11 | 0 | 11 | 10110110 | 1011101 | 110101 |
Color Harmonies of #18EFF7
Complementary color
Monochromatic Colors of #18EFF7
Black with #18EFF7
Text Example
Text Example
White with #18EFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18EFF7; }
p { color: rgb(24,239,247); }
H1.HeaderClassName
{
color: #18EFF7;
}
.AnyTagClassName
{
color: #18EFF7;
}
</style>
background-color css
<style>
a { background-color: #18EFF7; }
a { background-color: rgb(24,239,247); }
div.DivClassName
{
background-color: #18EFF7;
}
.BgClassName
{
background-color: #18EFF7;
}
</style>
border-color css
<style>
span { border-color: #18EFF7; }
span { border-color: rgb(24,239,247); }
td.TdClassName
{
border-color: #18EFF7;
}
.TagClassName
{
border-color: #18EFF7;
}
</style>