Shades of Aqua #12FEEC
Tints of Aqua #12FEEC
RGB
CMYK
RGB Variations
Color information
#12FEEC (or 0x12FEEC) is known color: Aqua. HEX triplet: 12, FE and EC. RGB value is (18,254,236). Sum of RGB (Red+Green+Blue) = 18+254+236=508 (67% of max value = 765). Red value is 18 (7.42% from 255 or 3.54% from 508); Green value is 254 (99.61% from 255 or 50% from 508); Blue value is 236 (92.58% from 255 or 46.46% from 508); Max value from RGB is 254 - color contains mainly: green. Hex color #12FEEC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #12FEEC is #ED0113. Grayscale: #B5B5B5. Windows color (decimal): -15532308 or 15531538. OLE color: 15531538.
HSL color Cylindrical-coordinate representation of color #12FEEC: hue angle of 175.42º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12FEEC is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 18 | 254 | 236 | - |
| CMYK | 0.93 | 0 | 0.07 | 0.00 |
| HSL | 175.42º | 0.99% | 0.53% | - |
| HSV(B) | 175.42º | 0.93% | 1% | - |
| XYZ | 50.83 | 77.07 | 91.55 | - |
| YUV | 181.38 | 158.81 | 11.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 254 | 236 | 0.93 | 0 | 0.07 | 0.00 | 175.42 | 0.99 | 0.53 |
| Hex | 12 | FE | EC | 5D | 0 | 7 | 0 | AF | 63 | 35 |
| Octal | 22 | 376 | 354 | 135 | 0 | 7 | 0 | 257 | 143 | 65 |
| Binary | 10010 | 11111110 | 11101100 | 1011101 | 0 | 111 | 0 | 10101111 | 1100011 | 110101 |
Color Harmonies of #12FEEC
Complementary color
Monochromatic Colors of #12FEEC
Black with #12FEEC
Text Example
Text Example
White with #12FEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FEEC; }
p { color: rgb(18,254,236); }
H1.HeaderClassName
{
color: #12FEEC;
}
.AnyTagClassName
{
color: #12FEEC;
}
</style>
background-color css
<style>
a { background-color: #12FEEC; }
a { background-color: rgb(18,254,236); }
div.DivClassName
{
background-color: #12FEEC;
}
.BgClassName
{
background-color: #12FEEC;
}
</style>
border-color css
<style>
span { border-color: #12FEEC; }
span { border-color: rgb(18,254,236); }
td.TdClassName
{
border-color: #12FEEC;
}
.TagClassName
{
border-color: #12FEEC;
}
</style>