Shades of Aqua #12FEEF
Tints of Aqua #12FEEF
RGB
CMYK
RGB Variations
Color information
#12FEEF (or 0x12FEEF) is known color: Aqua. HEX triplet: 12, FE and EF. RGB value is (18,254,239). Sum of RGB (Red+Green+Blue) = 18+254+239=511 (67% of max value = 765). Red value is 18 (7.42% from 255 or 3.52% from 511); Green value is 254 (99.61% from 255 or 49.71% from 511); Blue value is 239 (93.75% from 255 or 46.77% from 511); Max value from RGB is 254 - color contains mainly: green. Hex color #12FEEF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #12FEEF is #ED0110. Grayscale: #B5B5B5. Windows color (decimal): -15532305 or 15728146. OLE color: 15728146.
HSL color Cylindrical-coordinate representation of color #12FEEF: hue angle of 176.19º 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 #12FEEF is Cyan = 0.93, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 18 | 254 | 239 | - |
| CMYK | 0.93 | 0 | 0.06 | 0.00 |
| HSL | 176.19º | 0.99% | 0.53% | - |
| HSV(B) | 176.19º | 0.93% | 1% | - |
| XYZ | 51.27 | 77.24 | 93.87 | - |
| YUV | 181.73 | 160.31 | 11.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 254 | 239 | 0.93 | 0 | 0.06 | 0.00 | 176.19 | 0.99 | 0.53 |
| Hex | 12 | FE | EF | 5D | 0 | 6 | 0 | B0 | 63 | 35 |
| Octal | 22 | 376 | 357 | 135 | 0 | 6 | 0 | 260 | 143 | 65 |
| Binary | 10010 | 11111110 | 11101111 | 1011101 | 0 | 110 | 0 | 10110000 | 1100011 | 110101 |
Color Harmonies of #12FEEF
Complementary color
Monochromatic Colors of #12FEEF
Black with #12FEEF
Text Example
Text Example
White with #12FEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FEEF; }
p { color: rgb(18,254,239); }
H1.HeaderClassName
{
color: #12FEEF;
}
.AnyTagClassName
{
color: #12FEEF;
}
</style>
background-color css
<style>
a { background-color: #12FEEF; }
a { background-color: rgb(18,254,239); }
div.DivClassName
{
background-color: #12FEEF;
}
.BgClassName
{
background-color: #12FEEF;
}
</style>
border-color css
<style>
span { border-color: #12FEEF; }
span { border-color: rgb(18,254,239); }
td.TdClassName
{
border-color: #12FEEF;
}
.TagClassName
{
border-color: #12FEEF;
}
</style>