Shades of Aqua Spring #ECF4EB
Tints of Aqua Spring #ECF4EB
RGB
CMYK
RGB Variations
Color information
#ECF4EB (or 0xECF4EB) is known color: Aqua Spring. HEX triplet: EC, F4 and EB. RGB value is (236,244,235). Sum of RGB (Red+Green+Blue) = 236+244+235=715 (94% of max value = 765). Red value is 236 (92.58% from 255 or 33.01% from 715); Green value is 244 (95.70% from 255 or 34.13% from 715); Blue value is 235 (92.19% from 255 or 32.87% from 715); Max value from RGB is 244 - color contains mainly: green. Hex color #ECF4EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF4EB is #130B14. Grayscale: #F0F0F0. Windows color (decimal): -1248021 or 15463660. OLE color: 15463660.
HSL color Cylindrical-coordinate representation of color #ECF4EB: hue angle of 113.33º degrees, saturation: 0.29, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #ECF4EB is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
RGB | 236 | 244 | 235 | - |
CMYK | 0.03 | 0 | 0.04 | 0.04 |
HSL | 113.33º | 0.29% | 0.94% | - |
HSV(B) | 113.33º | 0.04% | 0.96% | - |
XYZ | 81.94 | 88.53 | 91.37 | - |
YUV | 240.58 | 124.85 | 124.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 244 | 235 | 0.03 | 0 | 0.04 | 0.04 | 113.33 | 0.29 | 0.94 |
Hex | EC | F4 | EB | 3 | 0 | 4 | 4 | 71 | 1D | 5E |
Octal | 354 | 364 | 353 | 3 | 0 | 4 | 4 | 161 | 35 | 136 |
Binary | 11101100 | 11110100 | 11101011 | 11 | 0 | 100 | 100 | 1110001 | 11101 | 1011110 |
Color Harmonies of #ECF4EB
Complementary color
Monochromatic Colors of #ECF4EB
Black with #ECF4EB
Text Example
Text Example
White with #ECF4EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF4EB; }
p { color: rgb(236,244,235); }
H1.HeaderClassName
{
color: #ECF4EB;
}
.AnyTagClassName
{
color: #ECF4EB;
}
</style>
background-color css
<style>
a { background-color: #ECF4EB; }
a { background-color: rgb(236,244,235); }
div.DivClassName
{
background-color: #ECF4EB;
}
.BgClassName
{
background-color: #ECF4EB;
}
</style>
border-color css
<style>
span { border-color: #ECF4EB; }
span { border-color: rgb(236,244,235); }
td.TdClassName
{
border-color: #ECF4EB;
}
.TagClassName
{
border-color: #ECF4EB;
}
</style>