Shades of Aqua Spring #EEF4ED
Tints of Aqua Spring #EEF4ED
RGB
CMYK
RGB Variations
Color information
#EEF4ED (or 0xEEF4ED) is known color: Aqua Spring. HEX triplet: EE, F4 and ED. RGB value is (238,244,237). Sum of RGB (Red+Green+Blue) = 238+244+237=719 (95% of max value = 765). Red value is 238 (93.36% from 255 or 33.10% from 719); Green value is 244 (95.70% from 255 or 33.94% from 719); Blue value is 237 (92.97% from 255 or 32.96% from 719); Max value from RGB is 244 - color contains mainly: green. Hex color #EEF4ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF4ED is #110B12. Grayscale: #F1F1F1. Windows color (decimal): -1116947 or 15594734. OLE color: 15594734.
HSL color Cylindrical-coordinate representation of color #EEF4ED: hue angle of 111.43º degrees, saturation: 0.24, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EEF4ED is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
RGB | 238 | 244 | 237 | - |
CMYK | 0.02 | 0 | 0.03 | 0.04 |
HSL | 111.43º | 0.24% | 0.94% | - |
HSV(B) | 111.43º | 0.03% | 0.96% | - |
XYZ | 82.9 | 88.99 | 92.93 | - |
YUV | 241.41 | 125.51 | 125.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 244 | 237 | 0.02 | 0 | 0.03 | 0.04 | 111.43 | 0.24 | 0.94 |
Hex | EE | F4 | ED | 2 | 0 | 3 | 4 | 6F | 18 | 5E |
Octal | 356 | 364 | 355 | 2 | 0 | 3 | 4 | 157 | 30 | 136 |
Binary | 11101110 | 11110100 | 11101101 | 10 | 0 | 11 | 100 | 1101111 | 11000 | 1011110 |
Color Harmonies of #EEF4ED
Complementary color
Monochromatic Colors of #EEF4ED
Black with #EEF4ED
Text Example
Text Example
White with #EEF4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF4ED; }
p { color: rgb(238,244,237); }
H1.HeaderClassName
{
color: #EEF4ED;
}
.AnyTagClassName
{
color: #EEF4ED;
}
</style>
background-color css
<style>
a { background-color: #EEF4ED; }
a { background-color: rgb(238,244,237); }
div.DivClassName
{
background-color: #EEF4ED;
}
.BgClassName
{
background-color: #EEF4ED;
}
</style>
border-color css
<style>
span { border-color: #EEF4ED; }
span { border-color: rgb(238,244,237); }
td.TdClassName
{
border-color: #EEF4ED;
}
.TagClassName
{
border-color: #EEF4ED;
}
</style>