Shades of Aqua #0EFFEC
Tints of Aqua #0EFFEC
RGB
CMYK
RGB Variations
Color information
#0EFFEC (or 0x0EFFEC) is known color: Aqua. HEX triplet: 0E, FF and EC. RGB value is (14,255,236). Sum of RGB (Red+Green+Blue) = 14+255+236=505 (66% of max value = 765). Red value is 14 (5.86% from 255 or 2.77% from 505); Green value is 255 (100% from 255 or 50.50% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 255 - color contains mainly: green. Hex color #0EFFEC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0EFFEC is #F10013. Grayscale: #B4B4B4. Windows color (decimal): -15794196 or 15531790. OLE color: 15531790.
HSL color Cylindrical-coordinate representation of color #0EFFEC: hue angle of 175.27º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0EFFEC is Cyan = 0.95, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 255 | 236 | - |
| CMYK | 0.95 | 0 | 0.07 | 0 |
| HSL | 175.27º | 1% | 0.53% | - |
| HSV(B) | 175.27º | 0.95% | 1% | - |
| XYZ | 51.08 | 77.67 | 91.66 | - |
| YUV | 180.78 | 159.16 | 9.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 255 | 236 | 0.95 | 0 | 0.07 | 0 | 175.27 | 1 | 0.53 |
| Hex | E | FF | EC | 5F | 0 | 7 | 0 | AF | 64 | 35 |
| Octal | 16 | 377 | 354 | 137 | 0 | 7 | 0 | 257 | 144 | 65 |
| Binary | 1110 | 11111111 | 11101100 | 1011111 | 0 | 111 | 0 | 10101111 | 1100100 | 110101 |
Color Harmonies of #0EFFEC
Complementary color
Monochromatic Colors of #0EFFEC
Black with #0EFFEC
Text Example
Text Example
White with #0EFFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFFEC; }
p { color: rgb(14,255,236); }
H1.HeaderClassName
{
color: #0EFFEC;
}
.AnyTagClassName
{
color: #0EFFEC;
}
</style>
background-color css
<style>
a { background-color: #0EFFEC; }
a { background-color: rgb(14,255,236); }
div.DivClassName
{
background-color: #0EFFEC;
}
.BgClassName
{
background-color: #0EFFEC;
}
</style>
border-color css
<style>
span { border-color: #0EFFEC; }
span { border-color: rgb(14,255,236); }
td.TdClassName
{
border-color: #0EFFEC;
}
.TagClassName
{
border-color: #0EFFEC;
}
</style>