Shades of Aqua #12FFEF
Tints of Aqua #12FFEF
RGB
CMYK
RGB Variations
Color information
#12FFEF (or 0x12FFEF) is known color: Aqua. HEX triplet: 12, FF and EF. RGB value is (18,255,239). Sum of RGB (Red+Green+Blue) = 18+255+239=512 (67% of max value = 765). Red value is 18 (7.42% from 255 or 3.52% from 512); Green value is 255 (100% from 255 or 49.80% from 512); Blue value is 239 (93.75% from 255 or 46.68% from 512); Max value from RGB is 255 - color contains mainly: green. Hex color #12FFEF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #12FFEF is #ED0010. Grayscale: #B6B6B6. Windows color (decimal): -15532049 or 15728402. OLE color: 15728402.
HSL color Cylindrical-coordinate representation of color #12FFEF: hue angle of 175.95º 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 #12FFEF is Cyan = 0.93, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 255 | 239 | - |
| CMYK | 0.93 | 0 | 0.06 | 0 |
| HSL | 175.95º | 1% | 0.54% | - |
| HSV(B) | 175.95º | 0.93% | 1% | - |
| XYZ | 51.59 | 77.88 | 93.97 | - |
| YUV | 182.31 | 159.98 | 10.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 255 | 239 | 0.93 | 0 | 0.06 | 0 | 175.95 | 1 | 0.54 |
| Hex | 12 | FF | EF | 5D | 0 | 6 | 0 | B0 | 64 | 36 |
| Octal | 22 | 377 | 357 | 135 | 0 | 6 | 0 | 260 | 144 | 66 |
| Binary | 10010 | 11111111 | 11101111 | 1011101 | 0 | 110 | 0 | 10110000 | 1100100 | 110110 |
Color Harmonies of #12FFEF
Complementary color
Monochromatic Colors of #12FFEF
Black with #12FFEF
Text Example
Text Example
White with #12FFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FFEF; }
p { color: rgb(18,255,239); }
H1.HeaderClassName
{
color: #12FFEF;
}
.AnyTagClassName
{
color: #12FFEF;
}
</style>
background-color css
<style>
a { background-color: #12FFEF; }
a { background-color: rgb(18,255,239); }
div.DivClassName
{
background-color: #12FFEF;
}
.BgClassName
{
background-color: #12FFEF;
}
</style>
border-color css
<style>
span { border-color: #12FFEF; }
span { border-color: rgb(18,255,239); }
td.TdClassName
{
border-color: #12FFEF;
}
.TagClassName
{
border-color: #12FFEF;
}
</style>