Shades of Aqua #12FFF1
Tints of Aqua #12FFF1
RGB
CMYK
RGB Variations
Color information
#12FFF1 (or 0x12FFF1) is known color: Aqua. HEX triplet: 12, FF and F1. RGB value is (18,255,241). Sum of RGB (Red+Green+Blue) = 18+255+241=514 (68% of max value = 765). Red value is 18 (7.42% from 255 or 3.50% from 514); Green value is 255 (100% from 255 or 49.61% from 514); Blue value is 241 (94.53% from 255 or 46.89% from 514); Max value from RGB is 255 - color contains mainly: green. Hex color #12FFF1 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #12FFF1 is #ED000E. Grayscale: #B6B6B6. Windows color (decimal): -15532047 or 15859474. OLE color: 15859474.
HSL color Cylindrical-coordinate representation of color #12FFF1: hue angle of 176.46º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FFF1 is Cyan = 0.93, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 255 | 241 | - |
| CMYK | 0.93 | 0 | 0.05 | 0 |
| HSL | 176.46º | 1% | 0.54% | - |
| HSV(B) | 176.46º | 0.93% | 1% | - |
| XYZ | 51.89 | 78 | 95.54 | - |
| YUV | 182.54 | 160.98 | 10.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 255 | 241 | 0.93 | 0 | 0.05 | 0 | 176.46 | 1 | 0.54 |
| Hex | 12 | FF | F1 | 5D | 0 | 5 | 0 | B0 | 64 | 36 |
| Octal | 22 | 377 | 361 | 135 | 0 | 5 | 0 | 260 | 144 | 66 |
| Binary | 10010 | 11111111 | 11110001 | 1011101 | 0 | 101 | 0 | 10110000 | 1100100 | 110110 |
Color Harmonies of #12FFF1
Complementary color
Monochromatic Colors of #12FFF1
Black with #12FFF1
Text Example
Text Example
White with #12FFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FFF1; }
p { color: rgb(18,255,241); }
H1.HeaderClassName
{
color: #12FFF1;
}
.AnyTagClassName
{
color: #12FFF1;
}
</style>
background-color css
<style>
a { background-color: #12FFF1; }
a { background-color: rgb(18,255,241); }
div.DivClassName
{
background-color: #12FFF1;
}
.BgClassName
{
background-color: #12FFF1;
}
</style>
border-color css
<style>
span { border-color: #12FFF1; }
span { border-color: rgb(18,255,241); }
td.TdClassName
{
border-color: #12FFF1;
}
.TagClassName
{
border-color: #12FFF1;
}
</style>