Shades of Aqua Spring #EFF4EE
Tints of Aqua Spring #EFF4EE
RGB
CMYK
RGB Variations
Color information
#EFF4EE (or 0xEFF4EE) is known color: Aqua Spring. HEX triplet: EF, F4 and EE. RGB value is (239,244,238). Sum of RGB (Red+Green+Blue) = 239+244+238=721 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.15% from 721); Green value is 244 (95.70% from 255 or 33.84% from 721); Blue value is 238 (93.36% from 255 or 33.01% from 721); Max value from RGB is 244 - color contains mainly: green. Hex color #EFF4EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF4EE is #100B11. Grayscale: #F1F1F1. Windows color (decimal): -1051410 or 15660271. OLE color: 15660271.
HSL color Cylindrical-coordinate representation of color #EFF4EE: hue angle of 110º degrees, saturation: 0.21, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EFF4EE is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 244 | 238 | - |
| CMYK | 0.02 | 0 | 0.02 | 0.04 |
| HSL | 110º | 0.21% | 0.95% | - |
| HSV(B) | 110º | 0.02% | 0.96% | - |
| XYZ | 83.38 | 89.23 | 93.72 | - |
| YUV | 241.82 | 125.84 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 244 | 238 | 0.02 | 0 | 0.02 | 0.04 | 110 | 0.21 | 0.95 |
| Hex | EF | F4 | EE | 2 | 0 | 2 | 4 | 6E | 15 | 5F |
| Octal | 357 | 364 | 356 | 2 | 0 | 2 | 4 | 156 | 25 | 137 |
| Binary | 11101111 | 11110100 | 11101110 | 10 | 0 | 10 | 100 | 1101110 | 10101 | 1011111 |
Color Harmonies of #EFF4EE
Complementary color
Monochromatic Colors of #EFF4EE
Black with #EFF4EE
Text Example
Text Example
White with #EFF4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF4EE; }
p { color: rgb(239,244,238); }
H1.HeaderClassName
{
color: #EFF4EE;
}
.AnyTagClassName
{
color: #EFF4EE;
}
</style>
background-color css
<style>
a { background-color: #EFF4EE; }
a { background-color: rgb(239,244,238); }
div.DivClassName
{
background-color: #EFF4EE;
}
.BgClassName
{
background-color: #EFF4EE;
}
</style>
border-color css
<style>
span { border-color: #EFF4EE; }
span { border-color: rgb(239,244,238); }
td.TdClassName
{
border-color: #EFF4EE;
}
.TagClassName
{
border-color: #EFF4EE;
}
</style>