Shades of Aqua #18F5F3
Tints of Aqua #18F5F3
RGB
CMYK
RGB Variations
Color information
#18F5F3 (or 0x18F5F3) is known color: Aqua. HEX triplet: 18, F5 and F3. RGB value is (24,245,243). Sum of RGB (Red+Green+Blue) = 24+245+243=512 (67% of max value = 765). Red value is 24 (9.77% from 255 or 4.69% from 512); Green value is 245 (96.09% from 255 or 47.85% from 512); Blue value is 243 (95.31% from 255 or 47.46% from 512); Max value from RGB is 245 - color contains mainly: green. Hex color #18F5F3 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18F5F3 is #E70A0C. Grayscale: #B2B2B2. Windows color (decimal): -15141389 or 15987992. OLE color: 15987992.
HSL color Cylindrical-coordinate representation of color #18F5F3: hue angle of 179.46º 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 #18F5F3 is Cyan = 0.90, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 24 | 245 | 243 | - |
| CMYK | 0.90 | 0 | 0.01 | 0.04 |
| HSL | 179.46º | 0.92% | 0.53% | - |
| HSV(B) | 179.46º | 0.9% | 0.96% | - |
| XYZ | 49.21 | 71.97 | 96.09 | - |
| YUV | 178.69 | 164.28 | 17.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 245 | 243 | 0.90 | 0 | 0.01 | 0.04 | 179.46 | 0.92 | 0.53 |
| Hex | 18 | F5 | F3 | 5A | 0 | 1 | 4 | B3 | 5C | 35 |
| Octal | 30 | 365 | 363 | 132 | 0 | 1 | 4 | 263 | 134 | 65 |
| Binary | 11000 | 11110101 | 11110011 | 1011010 | 0 | 1 | 100 | 10110011 | 1011100 | 110101 |
Color Harmonies of #18F5F3
Complementary color
Monochromatic Colors of #18F5F3
Black with #18F5F3
Text Example
Text Example
White with #18F5F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F5F3; }
p { color: rgb(24,245,243); }
H1.HeaderClassName
{
color: #18F5F3;
}
.AnyTagClassName
{
color: #18F5F3;
}
</style>
background-color css
<style>
a { background-color: #18F5F3; }
a { background-color: rgb(24,245,243); }
div.DivClassName
{
background-color: #18F5F3;
}
.BgClassName
{
background-color: #18F5F3;
}
</style>
border-color css
<style>
span { border-color: #18F5F3; }
span { border-color: rgb(24,245,243); }
td.TdClassName
{
border-color: #18F5F3;
}
.TagClassName
{
border-color: #18F5F3;
}
</style>