Shades of Aqua Spring #ECF8EA
Tints of Aqua Spring #ECF8EA
RGB
CMYK
RGB Variations
Color information
#ECF8EA (or 0xECF8EA) is known color: Aqua Spring. HEX triplet: EC, F8 and EA. RGB value is (236,248,234). Sum of RGB (Red+Green+Blue) = 236+248+234=718 (95% of max value = 765). Red value is 236 (92.58% from 255 or 32.87% from 718); Green value is 248 (97.27% from 255 or 34.54% from 718); Blue value is 234 (91.80% from 255 or 32.59% from 718); Max value from RGB is 248 - color contains mainly: green. Hex color #ECF8EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF8EA is #130715. Grayscale: #F2F2F2. Windows color (decimal): -1246998 or 15399148. OLE color: 15399148.
HSL color Cylindrical-coordinate representation of color #ECF8EA: hue angle of 111.43º degrees, saturation: 0.5, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ECF8EA is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 236 | 248 | 234 | - |
| CMYK | 0.05 | 0 | 0.06 | 0.03 |
| HSL | 111.43º | 0.5% | 0.95% | - |
| HSV(B) | 111.43º | 0.06% | 0.97% | - |
| XYZ | 83.01 | 90.91 | 91.01 | - |
| YUV | 242.82 | 123.02 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 248 | 234 | 0.05 | 0 | 0.06 | 0.03 | 111.43 | 0.5 | 0.95 |
| Hex | EC | F8 | EA | 5 | 0 | 6 | 3 | 6F | 32 | 5F |
| Octal | 354 | 370 | 352 | 5 | 0 | 6 | 3 | 157 | 62 | 137 |
| Binary | 11101100 | 11111000 | 11101010 | 101 | 0 | 110 | 11 | 1101111 | 110010 | 1011111 |
Color Harmonies of #ECF8EA
Complementary color
Monochromatic Colors of #ECF8EA
Black with #ECF8EA
Text Example
Text Example
White with #ECF8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECF8EA; }
p { color: rgb(236,248,234); }
H1.HeaderClassName
{
color: #ECF8EA;
}
.AnyTagClassName
{
color: #ECF8EA;
}
</style>
background-color css
<style>
a { background-color: #ECF8EA; }
a { background-color: rgb(236,248,234); }
div.DivClassName
{
background-color: #ECF8EA;
}
.BgClassName
{
background-color: #ECF8EA;
}
</style>
border-color css
<style>
span { border-color: #ECF8EA; }
span { border-color: rgb(236,248,234); }
td.TdClassName
{
border-color: #ECF8EA;
}
.TagClassName
{
border-color: #ECF8EA;
}
</style>