Shades of Aqua #0EFFF2
Tints of Aqua #0EFFF2
RGB
CMYK
RGB Variations
Color information
#0EFFF2 (or 0x0EFFF2) is known color: Aqua. HEX triplet: 0E, FF and F2. RGB value is (14,255,242). Sum of RGB (Red+Green+Blue) = 14+255+242=511 (67% of max value = 765). Red value is 14 (5.86% from 255 or 2.74% from 511); Green value is 255 (100% from 255 or 49.90% from 511); Blue value is 242 (94.92% from 255 or 47.36% from 511); Max value from RGB is 255 - color contains mainly: green. Hex color #0EFFF2 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0EFFF2 is #F1000D. Grayscale: #B5B5B5. Windows color (decimal): -15794190 or 15925006. OLE color: 15925006.
HSL color Cylindrical-coordinate representation of color #0EFFF2: hue angle of 176.76º 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 #0EFFF2 is Cyan = 0.95, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 14 | 255 | 242 | - |
| CMYK | 0.95 | 0 | 0.05 | 0 |
| HSL | 176.76º | 1% | 0.53% | - |
| HSV(B) | 176.76º | 0.95% | 1% | - |
| XYZ | 51.97 | 78.02 | 96.33 | - |
| YUV | 181.46 | 162.16 | 8.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 255 | 242 | 0.95 | 0 | 0.05 | 0 | 176.76 | 1 | 0.53 |
| Hex | E | FF | F2 | 5F | 0 | 5 | 0 | B1 | 64 | 35 |
| Octal | 16 | 377 | 362 | 137 | 0 | 5 | 0 | 261 | 144 | 65 |
| Binary | 1110 | 11111111 | 11110010 | 1011111 | 0 | 101 | 0 | 10110001 | 1100100 | 110101 |
Color Harmonies of #0EFFF2
Complementary color
Monochromatic Colors of #0EFFF2
Black with #0EFFF2
Text Example
Text Example
White with #0EFFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EFFF2; }
p { color: rgb(14,255,242); }
H1.HeaderClassName
{
color: #0EFFF2;
}
.AnyTagClassName
{
color: #0EFFF2;
}
</style>
background-color css
<style>
a { background-color: #0EFFF2; }
a { background-color: rgb(14,255,242); }
div.DivClassName
{
background-color: #0EFFF2;
}
.BgClassName
{
background-color: #0EFFF2;
}
</style>
border-color css
<style>
span { border-color: #0EFFF2; }
span { border-color: rgb(14,255,242); }
td.TdClassName
{
border-color: #0EFFF2;
}
.TagClassName
{
border-color: #0EFFF2;
}
</style>