Shades of Aqua Spring #EBF0EA
Tints of Aqua Spring #EBF0EA
RGB
CMYK
RGB Variations
Color information
#EBF0EA (or 0xEBF0EA) is known color: Aqua Spring. HEX triplet: EB, F0 and EA. RGB value is (235,240,234). Sum of RGB (Red+Green+Blue) = 235+240+234=709 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.15% from 709); Green value is 240 (94.14% from 255 or 33.85% from 709); Blue value is 234 (91.80% from 255 or 33.00% from 709); Max value from RGB is 240 - color contains mainly: green. Hex color #EBF0EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF0EA is #140F15. Grayscale: #EDEDED. Windows color (decimal): -1314582 or 15397099. OLE color: 15397099.
HSL color Cylindrical-coordinate representation of color #EBF0EA: hue angle of 110º degrees, saturation: 0.17, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EBF0EA is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 235 | 240 | 234 | - |
| CMYK | 0.02 | 0 | 0.02 | 0.06 |
| HSL | 110º | 0.17% | 0.93% | - |
| HSV(B) | 110º | 0.02% | 0.94% | - |
| XYZ | 80.27 | 85.92 | 90.2 | - |
| YUV | 237.82 | 125.84 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 240 | 234 | 0.02 | 0 | 0.02 | 0.06 | 110 | 0.17 | 0.93 |
| Hex | EB | F0 | EA | 2 | 0 | 2 | 6 | 6E | 11 | 5D |
| Octal | 353 | 360 | 352 | 2 | 0 | 2 | 6 | 156 | 21 | 135 |
| Binary | 11101011 | 11110000 | 11101010 | 10 | 0 | 10 | 110 | 1101110 | 10001 | 1011101 |
Color Harmonies of #EBF0EA
Complementary color
Monochromatic Colors of #EBF0EA
Black with #EBF0EA
Text Example
Text Example
White with #EBF0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF0EA; }
p { color: rgb(235,240,234); }
H1.HeaderClassName
{
color: #EBF0EA;
}
.AnyTagClassName
{
color: #EBF0EA;
}
</style>
background-color css
<style>
a { background-color: #EBF0EA; }
a { background-color: rgb(235,240,234); }
div.DivClassName
{
background-color: #EBF0EA;
}
.BgClassName
{
background-color: #EBF0EA;
}
</style>
border-color css
<style>
span { border-color: #EBF0EA; }
span { border-color: rgb(235,240,234); }
td.TdClassName
{
border-color: #EBF0EA;
}
.TagClassName
{
border-color: #EBF0EA;
}
</style>