Shades of Aqua Spring #EFF5EE
Tints of Aqua Spring #EFF5EE
RGB
CMYK
RGB Variations
Color information
#EFF5EE (or 0xEFF5EE) is known color: Aqua Spring. HEX triplet: EF, F5 and EE. RGB value is (239,245,238). Sum of RGB (Red+Green+Blue) = 239+245+238=722 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.10% from 722); Green value is 245 (96.09% from 255 or 33.93% from 722); Blue value is 238 (93.36% from 255 or 32.96% from 722); Max value from RGB is 245 - color contains mainly: green. Hex color #EFF5EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF5EE is #100A11. Grayscale: #F2F2F2. Windows color (decimal): -1051154 or 15660527. OLE color: 15660527.
HSL color Cylindrical-coordinate representation of color #EFF5EE: hue angle of 111.43º degrees, saturation: 0.26, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EFF5EE is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
RGB | 239 | 245 | 238 | - |
CMYK | 0.02 | 0 | 0.03 | 0.04 |
HSL | 111.43º | 0.26% | 0.95% | - |
HSV(B) | 111.43º | 0.03% | 0.96% | - |
XYZ | 83.68 | 89.83 | 93.82 | - |
YUV | 242.41 | 125.51 | 125.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 245 | 238 | 0.02 | 0 | 0.03 | 0.04 | 111.43 | 0.26 | 0.95 |
Hex | EF | F5 | EE | 2 | 0 | 3 | 4 | 6F | 1A | 5F |
Octal | 357 | 365 | 356 | 2 | 0 | 3 | 4 | 157 | 32 | 137 |
Binary | 11101111 | 11110101 | 11101110 | 10 | 0 | 11 | 100 | 1101111 | 11010 | 1011111 |
Color Harmonies of #EFF5EE
Complementary color
Monochromatic Colors of #EFF5EE
Black with #EFF5EE
Text Example
Text Example
White with #EFF5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF5EE; }
p { color: rgb(239,245,238); }
H1.HeaderClassName
{
color: #EFF5EE;
}
.AnyTagClassName
{
color: #EFF5EE;
}
</style>
background-color css
<style>
a { background-color: #EFF5EE; }
a { background-color: rgb(239,245,238); }
div.DivClassName
{
background-color: #EFF5EE;
}
.BgClassName
{
background-color: #EFF5EE;
}
</style>
border-color css
<style>
span { border-color: #EFF5EE; }
span { border-color: rgb(239,245,238); }
td.TdClassName
{
border-color: #EFF5EE;
}
.TagClassName
{
border-color: #EFF5EE;
}
</style>