Shades of Aqua #0EFFEA
Tints of Aqua #0EFFEA
RGB
CMYK
RGB Variations
Color information
#0EFFEA (or 0x0EFFEA) is known color: Aqua. HEX triplet: 0E, FF and EA. RGB value is (14,255,234). Sum of RGB (Red+Green+Blue) = 14+255+234=503 (66% of max value = 765). Red value is 14 (5.86% from 255 or 2.78% from 503); Green value is 255 (100% from 255 or 50.70% from 503); Blue value is 234 (91.80% from 255 or 46.52% from 503); Max value from RGB is 255 - color contains mainly: green. Hex color #0EFFEA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0EFFEA is #F10015. Grayscale: #B4B4B4. Windows color (decimal): -15794198 or 15400718. OLE color: 15400718.
HSL color Cylindrical-coordinate representation of color #0EFFEA: hue angle of 174.77º 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 #0EFFEA is Cyan = 0.95, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 255 | 234 | - |
| CMYK | 0.95 | 0 | 0.08 | 0 |
| HSL | 174.77º | 1% | 0.53% | - |
| HSV(B) | 174.77º | 0.95% | 1% | - |
| XYZ | 50.79 | 77.55 | 90.13 | - |
| YUV | 180.55 | 158.16 | 9.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 255 | 234 | 0.95 | 0 | 0.08 | 0 | 174.77 | 1 | 0.53 |
| Hex | E | FF | EA | 5F | 0 | 8 | 0 | AF | 64 | 35 |
| Octal | 16 | 377 | 352 | 137 | 0 | 10 | 0 | 257 | 144 | 65 |
| Binary | 1110 | 11111111 | 11101010 | 1011111 | 0 | 1000 | 0 | 10101111 | 1100100 | 110101 |
Color Harmonies of #0EFFEA
Complementary color
Monochromatic Colors of #0EFFEA
Black with #0EFFEA
Text Example
Text Example
White with #0EFFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFFEA; }
p { color: rgb(14,255,234); }
H1.HeaderClassName
{
color: #0EFFEA;
}
.AnyTagClassName
{
color: #0EFFEA;
}
</style>
background-color css
<style>
a { background-color: #0EFFEA; }
a { background-color: rgb(14,255,234); }
div.DivClassName
{
background-color: #0EFFEA;
}
.BgClassName
{
background-color: #0EFFEA;
}
</style>
border-color css
<style>
span { border-color: #0EFFEA; }
span { border-color: rgb(14,255,234); }
td.TdClassName
{
border-color: #0EFFEA;
}
.TagClassName
{
border-color: #0EFFEA;
}
</style>