Shades of Aqua #12FFFA
Tints of Aqua #12FFFA
RGB
CMYK
RGB Variations
Color information
#12FFFA (or 0x12FFFA) is known color: Aqua. HEX triplet: 12, FF and FA. RGB value is (18,255,250). Sum of RGB (Red+Green+Blue) = 18+255+250=523 (69% of max value = 765). Red value is 18 (7.42% from 255 or 3.44% from 523); Green value is 255 (100% from 255 or 48.76% from 523); Blue value is 250 (98.05% from 255 or 47.80% from 523); Max value from RGB is 255 - color contains mainly: green. Hex color #12FFFA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #12FFFA is #ED0005. Grayscale: #B7B7B7. Windows color (decimal): -15532038 or 16449298. OLE color: 16449298.
HSL color Cylindrical-coordinate representation of color #12FFFA: hue angle of 178.73º 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 #12FFFA is Cyan = 0.93, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 255 | 250 | - |
| CMYK | 0.93 | 0 | 0.02 | 0 |
| HSL | 178.73º | 1% | 0.54% | - |
| HSV(B) | 178.73º | 0.93% | 1% | - |
| XYZ | 53.26 | 78.55 | 102.8 | - |
| YUV | 183.57 | 165.48 | 9.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 255 | 250 | 0.93 | 0 | 0.02 | 0 | 178.73 | 1 | 0.54 |
| Hex | 12 | FF | FA | 5D | 0 | 2 | 0 | B3 | 64 | 36 |
| Octal | 22 | 377 | 372 | 135 | 0 | 2 | 0 | 263 | 144 | 66 |
| Binary | 10010 | 11111111 | 11111010 | 1011101 | 0 | 10 | 0 | 10110011 | 1100100 | 110110 |
Color Harmonies of #12FFFA
Complementary color
Monochromatic Colors of #12FFFA
Black with #12FFFA
Text Example
Text Example
White with #12FFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FFFA; }
p { color: rgb(18,255,250); }
H1.HeaderClassName
{
color: #12FFFA;
}
.AnyTagClassName
{
color: #12FFFA;
}
</style>
background-color css
<style>
a { background-color: #12FFFA; }
a { background-color: rgb(18,255,250); }
div.DivClassName
{
background-color: #12FFFA;
}
.BgClassName
{
background-color: #12FFFA;
}
</style>
border-color css
<style>
span { border-color: #12FFFA; }
span { border-color: rgb(18,255,250); }
td.TdClassName
{
border-color: #12FFFA;
}
.TagClassName
{
border-color: #12FFFA;
}
</style>