Shades of Aqua #18F1F5
Tints of Aqua #18F1F5
RGB
CMYK
RGB Variations
Color information
#18F1F5 (or 0x18F1F5) is known color: Aqua. HEX triplet: 18, F1 and F5. RGB value is (24,241,245). Sum of RGB (Red+Green+Blue) = 24+241+245=510 (67% of max value = 765). Red value is 24 (9.77% from 255 or 4.71% from 510); Green value is 241 (94.53% from 255 or 47.25% from 510); Blue value is 245 (96.09% from 255 or 48.04% from 510); Max value from RGB is 245 - color contains mainly: blue. Hex color #18F1F5 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18F1F5 is #E70E0A. Grayscale: #B0B0B0. Windows color (decimal): -15142411 or 16118040. OLE color: 16118040.
HSL color Cylindrical-coordinate representation of color #18F1F5: hue angle of 181.09º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18F1F5 is Cyan = 0.90, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 24 | 241 | 245 | - |
| CMYK | 0.90 | 0.02 | 0 | 0.04 |
| HSL | 181.09º | 0.92% | 0.53% | - |
| HSV(B) | 181.09º | 0.9% | 0.96% | - |
| XYZ | 48.31 | 69.7 | 97.29 | - |
| YUV | 176.57 | 166.61 | 19.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 241 | 245 | 0.90 | 0.02 | 0 | 0.04 | 181.09 | 0.92 | 0.53 |
| Hex | 18 | F1 | F5 | 5A | 2 | 0 | 4 | B5 | 5C | 35 |
| Octal | 30 | 361 | 365 | 132 | 2 | 0 | 4 | 265 | 134 | 65 |
| Binary | 11000 | 11110001 | 11110101 | 1011010 | 10 | 0 | 100 | 10110101 | 1011100 | 110101 |
Color Harmonies of #18F1F5
Complementary color
Monochromatic Colors of #18F1F5
Black with #18F1F5
Text Example
Text Example
White with #18F1F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F1F5; }
p { color: rgb(24,241,245); }
H1.HeaderClassName
{
color: #18F1F5;
}
.AnyTagClassName
{
color: #18F1F5;
}
</style>
background-color css
<style>
a { background-color: #18F1F5; }
a { background-color: rgb(24,241,245); }
div.DivClassName
{
background-color: #18F1F5;
}
.BgClassName
{
background-color: #18F1F5;
}
</style>
border-color css
<style>
span { border-color: #18F1F5; }
span { border-color: rgb(24,241,245); }
td.TdClassName
{
border-color: #18F1F5;
}
.TagClassName
{
border-color: #18F1F5;
}
</style>