Shades of Aqua #12FEEE
Tints of Aqua #12FEEE
RGB
CMYK
RGB Variations
Color information
#12FEEE (or 0x12FEEE) is known color: Aqua. HEX triplet: 12, FE and EE. RGB value is (18,254,238). Sum of RGB (Red+Green+Blue) = 18+254+238=510 (67% of max value = 765). Red value is 18 (7.42% from 255 or 3.53% from 510); Green value is 254 (99.61% from 255 or 49.80% from 510); Blue value is 238 (93.36% from 255 or 46.67% from 510); Max value from RGB is 254 - color contains mainly: green. Hex color #12FEEE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #12FEEE is #ED0111. Grayscale: #B5B5B5. Windows color (decimal): -15532306 or 15662610. OLE color: 15662610.
HSL color Cylindrical-coordinate representation of color #12FEEE: hue angle of 175.93º 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 #12FEEE is Cyan = 0.93, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 18 | 254 | 238 | - |
| CMYK | 0.93 | 0 | 0.06 | 0.00 |
| HSL | 175.93º | 0.99% | 0.53% | - |
| HSV(B) | 175.93º | 0.93% | 1% | - |
| XYZ | 51.12 | 77.19 | 93.09 | - |
| YUV | 181.61 | 159.81 | 11.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 254 | 238 | 0.93 | 0 | 0.06 | 0.00 | 175.93 | 0.99 | 0.53 |
| Hex | 12 | FE | EE | 5D | 0 | 6 | 0 | B0 | 63 | 35 |
| Octal | 22 | 376 | 356 | 135 | 0 | 6 | 0 | 260 | 143 | 65 |
| Binary | 10010 | 11111110 | 11101110 | 1011101 | 0 | 110 | 0 | 10110000 | 1100011 | 110101 |
Color Harmonies of #12FEEE
Complementary color
Monochromatic Colors of #12FEEE
Black with #12FEEE
Text Example
Text Example
White with #12FEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FEEE; }
p { color: rgb(18,254,238); }
H1.HeaderClassName
{
color: #12FEEE;
}
.AnyTagClassName
{
color: #12FEEE;
}
</style>
background-color css
<style>
a { background-color: #12FEEE; }
a { background-color: rgb(18,254,238); }
div.DivClassName
{
background-color: #12FEEE;
}
.BgClassName
{
background-color: #12FEEE;
}
</style>
border-color css
<style>
span { border-color: #12FEEE; }
span { border-color: rgb(18,254,238); }
td.TdClassName
{
border-color: #12FEEE;
}
.TagClassName
{
border-color: #12FEEE;
}
</style>