Shades of Aqua Spring #E5E9E5
Tints of Aqua Spring #E5E9E5
RGB
CMYK
RGB Variations
Color information
#E5E9E5 (or 0xE5E9E5) is known color: Aqua Spring. HEX triplet: E5, E9 and E5. RGB value is (229,233,229). Sum of RGB (Red+Green+Blue) = 229+233+229=691 (91% of max value = 765). Red value is 229 (89.84% from 255 or 33.14% from 691); Green value is 233 (91.41% from 255 or 33.72% from 691); Blue value is 229 (89.84% from 255 or 33.14% from 691); Max value from RGB is 233 - color contains mainly: green. Hex color #E5E9E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5E9E5 is #1A161A. Grayscale: #E7E7E7. Windows color (decimal): -1709595 or 15067621. OLE color: 15067621.
HSL color Cylindrical-coordinate representation of color #E5E9E5: hue angle of 120º degrees, saturation: 0.08, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #E5E9E5 is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.09.
Color convert
RGB | 229 | 233 | 229 | - |
CMYK | 0.02 | 0 | 0.02 | 0.09 |
HSL | 120º | 0.08% | 0.91% | - |
HSV(B) | 120º | 0.02% | 0.91% | - |
XYZ | 75.59 | 80.59 | 85.7 | - |
YUV | 231.35 | 126.67 | 126.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 233 | 229 | 0.02 | 0 | 0.02 | 0.09 | 120 | 0.08 | 0.91 |
Hex | E5 | E9 | E5 | 2 | 0 | 2 | 9 | 78 | 8 | 5B |
Octal | 345 | 351 | 345 | 2 | 0 | 2 | 11 | 170 | 10 | 133 |
Binary | 11100101 | 11101001 | 11100101 | 10 | 0 | 10 | 1001 | 1111000 | 1000 | 1011011 |
Color Harmonies of #E5E9E5
Complementary color
Monochromatic Colors of #E5E9E5
Black with #E5E9E5
Text Example
Text Example
White with #E5E9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5E9E5; }
p { color: rgb(229,233,229); }
H1.HeaderClassName
{
color: #E5E9E5;
}
.AnyTagClassName
{
color: #E5E9E5;
}
</style>
background-color css
<style>
a { background-color: #E5E9E5; }
a { background-color: rgb(229,233,229); }
div.DivClassName
{
background-color: #E5E9E5;
}
.BgClassName
{
background-color: #E5E9E5;
}
</style>
border-color css
<style>
span { border-color: #E5E9E5; }
span { border-color: rgb(229,233,229); }
td.TdClassName
{
border-color: #E5E9E5;
}
.TagClassName
{
border-color: #E5E9E5;
}
</style>