Shades of Aqua Spring #EEF5ED
Tints of Aqua Spring #EEF5ED
RGB
CMYK
RGB Variations
Color information
#EEF5ED (or 0xEEF5ED) is known color: Aqua Spring. HEX triplet: EE, F5 and ED. RGB value is (238,245,237). Sum of RGB (Red+Green+Blue) = 238+245+237=720 (95% of max value = 765). Red value is 238 (93.36% from 255 or 33.06% from 720); Green value is 245 (96.09% from 255 or 34.03% from 720); Blue value is 237 (92.97% from 255 or 32.92% from 720); Max value from RGB is 245 - color contains mainly: green. Hex color #EEF5ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF5ED is #110A12. Grayscale: #F2F2F2. Windows color (decimal): -1116691 or 15594990. OLE color: 15594990.
HSL color Cylindrical-coordinate representation of color #EEF5ED: hue angle of 112.5º degrees, saturation: 0.29, 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 #EEF5ED is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
RGB | 238 | 245 | 237 | - |
CMYK | 0.03 | 0 | 0.03 | 0.04 |
HSL | 112.5º | 0.29% | 0.95% | - |
HSV(B) | 112.5º | 0.03% | 0.96% | - |
XYZ | 83.2 | 89.6 | 93.03 | - |
YUV | 242 | 125.18 | 125.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 245 | 237 | 0.03 | 0 | 0.03 | 0.04 | 112.5 | 0.29 | 0.95 |
Hex | EE | F5 | ED | 3 | 0 | 3 | 4 | 70 | 1D | 5F |
Octal | 356 | 365 | 355 | 3 | 0 | 3 | 4 | 160 | 35 | 137 |
Binary | 11101110 | 11110101 | 11101101 | 11 | 0 | 11 | 100 | 1110000 | 11101 | 1011111 |
Color Harmonies of #EEF5ED
Complementary color
Monochromatic Colors of #EEF5ED
Black with #EEF5ED
Text Example
Text Example
White with #EEF5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF5ED; }
p { color: rgb(238,245,237); }
H1.HeaderClassName
{
color: #EEF5ED;
}
.AnyTagClassName
{
color: #EEF5ED;
}
</style>
background-color css
<style>
a { background-color: #EEF5ED; }
a { background-color: rgb(238,245,237); }
div.DivClassName
{
background-color: #EEF5ED;
}
.BgClassName
{
background-color: #EEF5ED;
}
</style>
border-color css
<style>
span { border-color: #EEF5ED; }
span { border-color: rgb(238,245,237); }
td.TdClassName
{
border-color: #EEF5ED;
}
.TagClassName
{
border-color: #EEF5ED;
}
</style>