Shades of Aqua Spring #EBF8EC
Tints of Aqua Spring #EBF8EC
RGB
CMYK
RGB Variations
Color information
#EBF8EC (or 0xEBF8EC) is known color: Aqua Spring. HEX triplet: EB, F8 and EC. RGB value is (235,248,236). Sum of RGB (Red+Green+Blue) = 235+248+236=719 (95% of max value = 765). Red value is 235 (92.19% from 255 or 32.68% from 719); Green value is 248 (97.27% from 255 or 34.49% from 719); Blue value is 236 (92.58% from 255 or 32.82% from 719); Max value from RGB is 248 - color contains mainly: green. Hex color #EBF8EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF8EC is #140713. Grayscale: #F2F2F2. Windows color (decimal): -1312532 or 15530219. OLE color: 15530219.
HSL color Cylindrical-coordinate representation of color #EBF8EC: hue angle of 124.62º degrees, saturation: 0.48, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EBF8EC is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 235 | 248 | 236 | - |
| CMYK | 0.05 | 0 | 0.05 | 0.03 |
| HSL | 124.62º | 0.48% | 0.95% | - |
| HSV(B) | 124.62º | 0.05% | 0.97% | - |
| XYZ | 82.97 | 90.85 | 92.52 | - |
| YUV | 242.75 | 124.19 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 248 | 236 | 0.05 | 0 | 0.05 | 0.03 | 124.62 | 0.48 | 0.95 |
| Hex | EB | F8 | EC | 5 | 0 | 5 | 3 | 7D | 30 | 5F |
| Octal | 353 | 370 | 354 | 5 | 0 | 5 | 3 | 175 | 60 | 137 |
| Binary | 11101011 | 11111000 | 11101100 | 101 | 0 | 101 | 11 | 1111101 | 110000 | 1011111 |
Color Harmonies of #EBF8EC
Complementary color
Monochromatic Colors of #EBF8EC
Black with #EBF8EC
Text Example
Text Example
White with #EBF8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF8EC; }
p { color: rgb(235,248,236); }
H1.HeaderClassName
{
color: #EBF8EC;
}
.AnyTagClassName
{
color: #EBF8EC;
}
</style>
background-color css
<style>
a { background-color: #EBF8EC; }
a { background-color: rgb(235,248,236); }
div.DivClassName
{
background-color: #EBF8EC;
}
.BgClassName
{
background-color: #EBF8EC;
}
</style>
border-color css
<style>
span { border-color: #EBF8EC; }
span { border-color: rgb(235,248,236); }
td.TdClassName
{
border-color: #EBF8EC;
}
.TagClassName
{
border-color: #EBF8EC;
}
</style>