Shades of Aqua #12FEED
Tints of Aqua #12FEED
RGB
CMYK
RGB Variations
Color information
#12FEED (or 0x12FEED) is known color: Aqua. HEX triplet: 12, FE and ED. RGB value is (18,254,237). Sum of RGB (Red+Green+Blue) = 18+254+237=509 (67% of max value = 765). Red value is 18 (7.42% from 255 or 3.54% from 509); Green value is 254 (99.61% from 255 or 49.90% from 509); Blue value is 237 (92.97% from 255 or 46.56% from 509); Max value from RGB is 254 - color contains mainly: green. Hex color #12FEED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #12FEED is #ED0112. Grayscale: #B5B5B5. Windows color (decimal): -15532307 or 15597074. OLE color: 15597074.
HSL color Cylindrical-coordinate representation of color #12FEED: hue angle of 175.68º 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 #12FEED is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 18 | 254 | 237 | - |
| CMYK | 0.93 | 0 | 0.07 | 0.00 |
| HSL | 175.68º | 0.99% | 0.53% | - |
| HSV(B) | 175.68º | 0.93% | 1% | - |
| XYZ | 50.98 | 77.13 | 92.32 | - |
| YUV | 181.5 | 159.31 | 11.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 254 | 237 | 0.93 | 0 | 0.07 | 0.00 | 175.68 | 0.99 | 0.53 |
| Hex | 12 | FE | ED | 5D | 0 | 7 | 0 | B0 | 63 | 35 |
| Octal | 22 | 376 | 355 | 135 | 0 | 7 | 0 | 260 | 143 | 65 |
| Binary | 10010 | 11111110 | 11101101 | 1011101 | 0 | 111 | 0 | 10110000 | 1100011 | 110101 |
Color Harmonies of #12FEED
Complementary color
Monochromatic Colors of #12FEED
Black with #12FEED
Text Example
Text Example
White with #12FEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12FEED; }
p { color: rgb(18,254,237); }
H1.HeaderClassName
{
color: #12FEED;
}
.AnyTagClassName
{
color: #12FEED;
}
</style>
background-color css
<style>
a { background-color: #12FEED; }
a { background-color: rgb(18,254,237); }
div.DivClassName
{
background-color: #12FEED;
}
.BgClassName
{
background-color: #12FEED;
}
</style>
border-color css
<style>
span { border-color: #12FEED; }
span { border-color: rgb(18,254,237); }
td.TdClassName
{
border-color: #12FEED;
}
.TagClassName
{
border-color: #12FEED;
}
</style>