Shades of Aqua #18FAF0
Tints of Aqua #18FAF0
RGB
CMYK
RGB Variations
Color information
#18FAF0 (or 0x18FAF0) is known color: Aqua. HEX triplet: 18, FA and F0. RGB value is (24,250,240). Sum of RGB (Red+Green+Blue) = 24+250+240=514 (68% of max value = 765). Red value is 24 (9.77% from 255 or 4.67% from 514); Green value is 250 (98.05% from 255 or 48.64% from 514); Blue value is 240 (94.14% from 255 or 46.69% from 514); Max value from RGB is 250 - color contains mainly: green. Hex color #18FAF0 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18FAF0 is #E7050F. Grayscale: #B5B5B5. Windows color (decimal): -15140112 or 15792664. OLE color: 15792664.
HSL color Cylindrical-coordinate representation of color #18FAF0: hue angle of 177.35º 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 #18FAF0 is Cyan = 0.90, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 250 | 240 | - |
| CMYK | 0.90 | 0 | 0.04 | 0.02 |
| HSL | 177.35º | 0.96% | 0.54% | - |
| HSV(B) | 177.35º | 0.9% | 0.98% | - |
| XYZ | 50.29 | 74.86 | 94.24 | - |
| YUV | 181.29 | 161.13 | 15.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 250 | 240 | 0.90 | 0 | 0.04 | 0.02 | 177.35 | 0.96 | 0.54 |
| Hex | 18 | FA | F0 | 5A | 0 | 4 | 2 | B1 | 60 | 36 |
| Octal | 30 | 372 | 360 | 132 | 0 | 4 | 2 | 261 | 140 | 66 |
| Binary | 11000 | 11111010 | 11110000 | 1011010 | 0 | 100 | 10 | 10110001 | 1100000 | 110110 |
Color Harmonies of #18FAF0
Complementary color
Monochromatic Colors of #18FAF0
Black with #18FAF0
Text Example
Text Example
White with #18FAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FAF0; }
p { color: rgb(24,250,240); }
H1.HeaderClassName
{
color: #18FAF0;
}
.AnyTagClassName
{
color: #18FAF0;
}
</style>
background-color css
<style>
a { background-color: #18FAF0; }
a { background-color: rgb(24,250,240); }
div.DivClassName
{
background-color: #18FAF0;
}
.BgClassName
{
background-color: #18FAF0;
}
</style>
border-color css
<style>
span { border-color: #18FAF0; }
span { border-color: rgb(24,250,240); }
td.TdClassName
{
border-color: #18FAF0;
}
.TagClassName
{
border-color: #18FAF0;
}
</style>