Shades of Aqua Spring #EBF6EA
Tints of Aqua Spring #EBF6EA
RGB
CMYK
RGB Variations
Color information
#EBF6EA (or 0xEBF6EA) is known color: Aqua Spring. HEX triplet: EB, F6 and EA. RGB value is (235,246,234). Sum of RGB (Red+Green+Blue) = 235+246+234=715 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.87% from 715); Green value is 246 (96.48% from 255 or 34.41% from 715); Blue value is 234 (91.80% from 255 or 32.73% from 715); Max value from RGB is 246 - color contains mainly: green. Hex color #EBF6EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF6EA is #140915. Grayscale: #F1F1F1. Windows color (decimal): -1313046 or 15398635. OLE color: 15398635.
HSL color Cylindrical-coordinate representation of color #EBF6EA: hue angle of 115º degrees, saturation: 0.4, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EBF6EA is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 235 | 246 | 234 | - |
| CMYK | 0.04 | 0 | 0.05 | 0.04 |
| HSL | 115º | 0.4% | 0.94% | - |
| HSV(B) | 115º | 0.05% | 0.96% | - |
| XYZ | 82.07 | 89.51 | 90.79 | - |
| YUV | 241.34 | 123.86 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 246 | 234 | 0.04 | 0 | 0.05 | 0.04 | 115 | 0.4 | 0.94 |
| Hex | EB | F6 | EA | 4 | 0 | 5 | 4 | 73 | 28 | 5E |
| Octal | 353 | 366 | 352 | 4 | 0 | 5 | 4 | 163 | 50 | 136 |
| Binary | 11101011 | 11110110 | 11101010 | 100 | 0 | 101 | 100 | 1110011 | 101000 | 1011110 |
Color Harmonies of #EBF6EA
Complementary color
Monochromatic Colors of #EBF6EA
Black with #EBF6EA
Text Example
Text Example
White with #EBF6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF6EA; }
p { color: rgb(235,246,234); }
H1.HeaderClassName
{
color: #EBF6EA;
}
.AnyTagClassName
{
color: #EBF6EA;
}
</style>
background-color css
<style>
a { background-color: #EBF6EA; }
a { background-color: rgb(235,246,234); }
div.DivClassName
{
background-color: #EBF6EA;
}
.BgClassName
{
background-color: #EBF6EA;
}
</style>
border-color css
<style>
span { border-color: #EBF6EA; }
span { border-color: rgb(235,246,234); }
td.TdClassName
{
border-color: #EBF6EA;
}
.TagClassName
{
border-color: #EBF6EA;
}
</style>