Shades of Aqua #18FFF0
Tints of Aqua #18FFF0
RGB
CMYK
RGB Variations
Color information
#18FFF0 (or 0x18FFF0) is known color: Aqua. HEX triplet: 18, FF and F0. RGB value is (24,255,240). Sum of RGB (Red+Green+Blue) = 24+255+240=519 (68% of max value = 765). Red value is 24 (9.77% from 255 or 4.62% from 519); Green value is 255 (100% from 255 or 49.13% from 519); Blue value is 240 (94.14% from 255 or 46.24% from 519); Max value from RGB is 255 - color contains mainly: green. Hex color #18FFF0 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #18FFF0 is #E7000F. Grayscale: #B8B8B8. Windows color (decimal): -15138832 or 15793944. OLE color: 15793944.
HSL color Cylindrical-coordinate representation of color #18FFF0: hue angle of 176.1º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18FFF0 is Cyan = 0.91, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 24 | 255 | 240 | - |
| CMYK | 0.91 | 0 | 0.06 | 0 |
| HSL | 176.1º | 1% | 0.55% | - |
| HSV(B) | 176.1º | 0.91% | 1% | - |
| XYZ | 51.86 | 78.01 | 94.76 | - |
| YUV | 184.22 | 159.47 | 13.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 255 | 240 | 0.91 | 0 | 0.06 | 0 | 176.1 | 1 | 0.55 |
| Hex | 18 | FF | F0 | 5B | 0 | 6 | 0 | B0 | 64 | 37 |
| Octal | 30 | 377 | 360 | 133 | 0 | 6 | 0 | 260 | 144 | 67 |
| Binary | 11000 | 11111111 | 11110000 | 1011011 | 0 | 110 | 0 | 10110000 | 1100100 | 110111 |
Color Harmonies of #18FFF0
Complementary color
Monochromatic Colors of #18FFF0
Black with #18FFF0
Text Example
Text Example
White with #18FFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18FFF0; }
p { color: rgb(24,255,240); }
H1.HeaderClassName
{
color: #18FFF0;
}
.AnyTagClassName
{
color: #18FFF0;
}
</style>
background-color css
<style>
a { background-color: #18FFF0; }
a { background-color: rgb(24,255,240); }
div.DivClassName
{
background-color: #18FFF0;
}
.BgClassName
{
background-color: #18FFF0;
}
</style>
border-color css
<style>
span { border-color: #18FFF0; }
span { border-color: rgb(24,255,240); }
td.TdClassName
{
border-color: #18FFF0;
}
.TagClassName
{
border-color: #18FFF0;
}
</style>