Shades of Aqua #18F6F2
Tints of Aqua #18F6F2
RGB
CMYK
RGB Variations
Color information
#18F6F2 (or 0x18F6F2) is known color: Aqua. HEX triplet: 18, F6 and F2. RGB value is (24,246,242). Sum of RGB (Red+Green+Blue) = 24+246+242=512 (67% of max value = 765). Red value is 24 (9.77% from 255 or 4.69% from 512); Green value is 246 (96.48% from 255 or 48.05% from 512); Blue value is 242 (94.92% from 255 or 47.27% from 512); Max value from RGB is 246 - color contains mainly: green. Hex color #18F6F2 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18F6F2 is #E7090D. Grayscale: #B2B2B2. Windows color (decimal): -15141134 or 15922712. OLE color: 15922712.
HSL color Cylindrical-coordinate representation of color #18F6F2: hue angle of 178.92º degrees, saturation: 0.93, 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 #18F6F2 is Cyan = 0.90, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 24 | 246 | 242 | - |
| CMYK | 0.90 | 0 | 0.02 | 0.04 |
| HSL | 178.92º | 0.93% | 0.53% | - |
| HSV(B) | 178.92º | 0.9% | 0.96% | - |
| XYZ | 49.36 | 72.52 | 95.4 | - |
| YUV | 179.17 | 163.45 | 17.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 246 | 242 | 0.90 | 0 | 0.02 | 0.04 | 178.92 | 0.93 | 0.53 |
| Hex | 18 | F6 | F2 | 5A | 0 | 2 | 4 | B3 | 5C | 35 |
| Octal | 30 | 366 | 362 | 132 | 0 | 2 | 4 | 263 | 134 | 65 |
| Binary | 11000 | 11110110 | 11110010 | 1011010 | 0 | 10 | 100 | 10110011 | 1011100 | 110101 |
Color Harmonies of #18F6F2
Complementary color
Monochromatic Colors of #18F6F2
Black with #18F6F2
Text Example
Text Example
White with #18F6F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18F6F2; }
p { color: rgb(24,246,242); }
H1.HeaderClassName
{
color: #18F6F2;
}
.AnyTagClassName
{
color: #18F6F2;
}
</style>
background-color css
<style>
a { background-color: #18F6F2; }
a { background-color: rgb(24,246,242); }
div.DivClassName
{
background-color: #18F6F2;
}
.BgClassName
{
background-color: #18F6F2;
}
</style>
border-color css
<style>
span { border-color: #18F6F2; }
span { border-color: rgb(24,246,242); }
td.TdClassName
{
border-color: #18F6F2;
}
.TagClassName
{
border-color: #18F6F2;
}
</style>