Shades of Aqua #18F5F7
Tints of Aqua #18F5F7
RGB
CMYK
RGB Variations
Color information
#18F5F7 (or 0x18F5F7) is known color: Aqua. HEX triplet: 18, F5 and F7. RGB value is (24,245,247). Sum of RGB (Red+Green+Blue) = 24+245+247=516 (68% of max value = 765). Red value is 24 (9.77% from 255 or 4.65% from 516); Green value is 245 (96.09% from 255 or 47.48% from 516); Blue value is 247 (96.88% from 255 or 47.87% from 516); Max value from RGB is 247 - color contains mainly: blue. Hex color #18F5F7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18F5F7 is #E70A08. Grayscale: #B2B2B2. Windows color (decimal): -15141385 or 16250136. OLE color: 16250136.
HSL color Cylindrical-coordinate representation of color #18F5F7: hue angle of 180.54º 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 #18F5F7 is Cyan = 0.90, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 24 | 245 | 247 | - |
| CMYK | 0.90 | 0.01 | 0 | 0.03 |
| HSL | 180.54º | 0.93% | 0.53% | - |
| HSV(B) | 180.54º | 0.9% | 0.97% | - |
| XYZ | 49.82 | 72.21 | 99.31 | - |
| YUV | 179.15 | 166.28 | 17.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 245 | 247 | 0.90 | 0.01 | 0 | 0.03 | 180.54 | 0.93 | 0.53 |
| Hex | 18 | F5 | F7 | 5A | 1 | 0 | 3 | B5 | 5D | 35 |
| Octal | 30 | 365 | 367 | 132 | 1 | 0 | 3 | 265 | 135 | 65 |
| Binary | 11000 | 11110101 | 11110111 | 1011010 | 1 | 0 | 11 | 10110101 | 1011101 | 110101 |
Color Harmonies of #18F5F7
Complementary color
Monochromatic Colors of #18F5F7
Black with #18F5F7
Text Example
Text Example
White with #18F5F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F5F7; }
p { color: rgb(24,245,247); }
H1.HeaderClassName
{
color: #18F5F7;
}
.AnyTagClassName
{
color: #18F5F7;
}
</style>
background-color css
<style>
a { background-color: #18F5F7; }
a { background-color: rgb(24,245,247); }
div.DivClassName
{
background-color: #18F5F7;
}
.BgClassName
{
background-color: #18F5F7;
}
</style>
border-color css
<style>
span { border-color: #18F5F7; }
span { border-color: rgb(24,245,247); }
td.TdClassName
{
border-color: #18F5F7;
}
.TagClassName
{
border-color: #18F5F7;
}
</style>