Shades of Aqua Spring #E8EAE8
Tints of Aqua Spring #E8EAE8
RGB
CMYK
RGB Variations
Color information
#E8EAE8 (or 0xE8EAE8) is known color: Aqua Spring. HEX triplet: E8, EA and E8. RGB value is (232,234,232). Sum of RGB (Red+Green+Blue) = 232+234+232=698 (92% of max value = 765). Red value is 232 (91.02% from 255 or 33.24% from 698); Green value is 234 (91.80% from 255 or 33.52% from 698); Blue value is 232 (91.02% from 255 or 33.24% from 698); Max value from RGB is 234 - color contains mainly: green. Hex color #E8EAE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E8EAE8 is #171517. Grayscale: #E9E9E9. Windows color (decimal): -1512728 or 15264488. OLE color: 15264488.
HSL color Cylindrical-coordinate representation of color #E8EAE8: hue angle of 120º degrees, saturation: 0.05, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #E8EAE8 is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 232 | 234 | 232 | - |
| CMYK | 0.01 | 0 | 0.01 | 0.08 |
| HSL | 120º | 0.05% | 0.91% | - |
| HSV(B) | 120º | 0.01% | 0.92% | - |
| XYZ | 77.27 | 81.83 | 88.07 | - |
| YUV | 233.17 | 127.34 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 234 | 232 | 0.01 | 0 | 0.01 | 0.08 | 120 | 0.05 | 0.91 |
| Hex | E8 | EA | E8 | 1 | 0 | 1 | 8 | 78 | 5 | 5B |
| Octal | 350 | 352 | 350 | 1 | 0 | 1 | 10 | 170 | 5 | 133 |
| Binary | 11101000 | 11101010 | 11101000 | 1 | 0 | 1 | 1000 | 1111000 | 101 | 1011011 |
Color Harmonies of #E8EAE8
Complementary color
Monochromatic Colors of #E8EAE8
Black with #E8EAE8
Text Example
Text Example
White with #E8EAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8EAE8; }
p { color: rgb(232,234,232); }
H1.HeaderClassName
{
color: #E8EAE8;
}
.AnyTagClassName
{
color: #E8EAE8;
}
</style>
background-color css
<style>
a { background-color: #E8EAE8; }
a { background-color: rgb(232,234,232); }
div.DivClassName
{
background-color: #E8EAE8;
}
.BgClassName
{
background-color: #E8EAE8;
}
</style>
border-color css
<style>
span { border-color: #E8EAE8; }
span { border-color: rgb(232,234,232); }
td.TdClassName
{
border-color: #E8EAE8;
}
.TagClassName
{
border-color: #E8EAE8;
}
</style>