Shades of Aqua #18FAF1
Tints of Aqua #18FAF1
RGB
CMYK
RGB Variations
Color information
#18FAF1 (or 0x18FAF1) is known color: Aqua. HEX triplet: 18, FA and F1. RGB value is (24,250,241). Sum of RGB (Red+Green+Blue) = 24+250+241=515 (68% of max value = 765). Red value is 24 (9.77% from 255 or 4.66% from 515); Green value is 250 (98.05% from 255 or 48.54% from 515); Blue value is 241 (94.53% from 255 or 46.80% from 515); Max value from RGB is 250 - color contains mainly: green. Hex color #18FAF1 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18FAF1 is #E7050E. Grayscale: #B5B5B5. Windows color (decimal): -15140111 or 15858200. OLE color: 15858200.
HSL color Cylindrical-coordinate representation of color #18FAF1: hue angle of 177.61º 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 #18FAF1 is Cyan = 0.90, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 24 | 250 | 241 | - |
| CMYK | 0.90 | 0 | 0.04 | 0.02 |
| HSL | 177.61º | 0.96% | 0.54% | - |
| HSV(B) | 177.61º | 0.9% | 0.98% | - |
| XYZ | 50.44 | 74.92 | 95.02 | - |
| YUV | 181.4 | 161.63 | 15.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 250 | 241 | 0.90 | 0 | 0.04 | 0.02 | 177.61 | 0.96 | 0.54 |
| Hex | 18 | FA | F1 | 5A | 0 | 4 | 2 | B2 | 60 | 36 |
| Octal | 30 | 372 | 361 | 132 | 0 | 4 | 2 | 262 | 140 | 66 |
| Binary | 11000 | 11111010 | 11110001 | 1011010 | 0 | 100 | 10 | 10110010 | 1100000 | 110110 |
Color Harmonies of #18FAF1
Complementary color
Monochromatic Colors of #18FAF1
Black with #18FAF1
Text Example
Text Example
White with #18FAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FAF1; }
p { color: rgb(24,250,241); }
H1.HeaderClassName
{
color: #18FAF1;
}
.AnyTagClassName
{
color: #18FAF1;
}
</style>
background-color css
<style>
a { background-color: #18FAF1; }
a { background-color: rgb(24,250,241); }
div.DivClassName
{
background-color: #18FAF1;
}
.BgClassName
{
background-color: #18FAF1;
}
</style>
border-color css
<style>
span { border-color: #18FAF1; }
span { border-color: rgb(24,250,241); }
td.TdClassName
{
border-color: #18FAF1;
}
.TagClassName
{
border-color: #18FAF1;
}
</style>