Shades of Aqua Spring #EBFBE8
Tints of Aqua Spring #EBFBE8
RGB
CMYK
RGB Variations
Color information
#EBFBE8 (or 0xEBFBE8) is known color: Aqua Spring. HEX triplet: EB, FB and E8. RGB value is (235,251,232). Sum of RGB (Red+Green+Blue) = 235+251+232=718 (95% of max value = 765). Red value is 235 (92.19% from 255 or 32.73% from 718); Green value is 251 (98.44% from 255 or 34.96% from 718); Blue value is 232 (91.02% from 255 or 32.31% from 718); Max value from RGB is 251 - color contains mainly: green. Hex color #EBFBE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBFBE8 is #140417. Grayscale: #F4F4F4. Windows color (decimal): -1311768 or 15268843. OLE color: 15268843.
HSL color Cylindrical-coordinate representation of color #EBFBE8: hue angle of 110.53º degrees, saturation: 0.7, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EBFBE8 is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 235 | 251 | 232 | - |
| CMYK | 0.06 | 0 | 0.08 | 0.02 |
| HSL | 110.53º | 0.7% | 0.95% | - |
| HSV(B) | 110.53º | 0.08% | 0.98% | - |
| XYZ | 83.32 | 92.48 | 89.8 | - |
| YUV | 244.05 | 121.2 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 251 | 232 | 0.06 | 0 | 0.08 | 0.02 | 110.53 | 0.7 | 0.95 |
| Hex | EB | FB | E8 | 6 | 0 | 8 | 2 | 6F | 46 | 5F |
| Octal | 353 | 373 | 350 | 6 | 0 | 10 | 2 | 157 | 106 | 137 |
| Binary | 11101011 | 11111011 | 11101000 | 110 | 0 | 1000 | 10 | 1101111 | 1000110 | 1011111 |
Color Harmonies of #EBFBE8
Complementary color
Monochromatic Colors of #EBFBE8
Black with #EBFBE8
Text Example
Text Example
White with #EBFBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFBE8; }
p { color: rgb(235,251,232); }
H1.HeaderClassName
{
color: #EBFBE8;
}
.AnyTagClassName
{
color: #EBFBE8;
}
</style>
background-color css
<style>
a { background-color: #EBFBE8; }
a { background-color: rgb(235,251,232); }
div.DivClassName
{
background-color: #EBFBE8;
}
.BgClassName
{
background-color: #EBFBE8;
}
</style>
border-color css
<style>
span { border-color: #EBFBE8; }
span { border-color: rgb(235,251,232); }
td.TdClassName
{
border-color: #EBFBE8;
}
.TagClassName
{
border-color: #EBFBE8;
}
</style>