Shades of Aqua #0EFEED
Tints of Aqua #0EFEED
RGB
CMYK
RGB Variations
Color information
#0EFEED (or 0x0EFEED) is known color: Aqua. HEX triplet: 0E, FE and ED. RGB value is (14,254,237). Sum of RGB (Red+Green+Blue) = 14+254+237=505 (66% of max value = 765). Red value is 14 (5.86% from 255 or 2.77% from 505); Green value is 254 (99.61% from 255 or 50.30% from 505); Blue value is 237 (92.97% from 255 or 46.93% from 505); Max value from RGB is 254 - color contains mainly: green. Hex color #0EFEED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0EFEED is #F10112. Grayscale: #B4B4B4. Windows color (decimal): -15794451 or 15597070. OLE color: 15597070.
HSL color Cylindrical-coordinate representation of color #0EFEED: hue angle of 175.75º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EFEED is Cyan = 0.94, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 14 | 254 | 237 | - |
| CMYK | 0.94 | 0 | 0.07 | 0.00 |
| HSL | 175.75º | 0.99% | 0.53% | - |
| HSV(B) | 175.75º | 0.94% | 1% | - |
| XYZ | 50.91 | 77.09 | 92.32 | - |
| YUV | 180.3 | 159.99 | 9.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 254 | 237 | 0.94 | 0 | 0.07 | 0.00 | 175.75 | 0.99 | 0.53 |
| Hex | E | FE | ED | 5E | 0 | 7 | 0 | B0 | 63 | 35 |
| Octal | 16 | 376 | 355 | 136 | 0 | 7 | 0 | 260 | 143 | 65 |
| Binary | 1110 | 11111110 | 11101101 | 1011110 | 0 | 111 | 0 | 10110000 | 1100011 | 110101 |
Color Harmonies of #0EFEED
Complementary color
Monochromatic Colors of #0EFEED
Black with #0EFEED
Text Example
Text Example
White with #0EFEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFEED; }
p { color: rgb(14,254,237); }
H1.HeaderClassName
{
color: #0EFEED;
}
.AnyTagClassName
{
color: #0EFEED;
}
</style>
background-color css
<style>
a { background-color: #0EFEED; }
a { background-color: rgb(14,254,237); }
div.DivClassName
{
background-color: #0EFEED;
}
.BgClassName
{
background-color: #0EFEED;
}
</style>
border-color css
<style>
span { border-color: #0EFEED; }
span { border-color: rgb(14,254,237); }
td.TdClassName
{
border-color: #0EFEED;
}
.TagClassName
{
border-color: #0EFEED;
}
</style>