Shades of Aqua Spring #EAEBEA
Tints of Aqua Spring #EAEBEA
RGB
CMYK
RGB Variations
Color information
#EAEBEA (or 0xEAEBEA) is known color: Aqua Spring. HEX triplet: EA, EB and EA. RGB value is (234,235,234). Sum of RGB (Red+Green+Blue) = 234+235+234=703 (93% of max value = 765). Red value is 234 (91.80% from 255 or 33.29% from 703); Green value is 235 (92.19% from 255 or 33.43% from 703); Blue value is 234 (91.80% from 255 or 33.29% from 703); Max value from RGB is 235 - color contains mainly: green. Hex color #EAEBEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAEBEA is #151415. Grayscale: #EAEAEA. Windows color (decimal): -1381398 or 15395818. OLE color: 15395818.
HSL color Cylindrical-coordinate representation of color #EAEBEA: hue angle of 120º degrees, saturation: 0.02, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0%. Process color model (Four color, CMYK) of #EAEBEA is Cyan = 0.00, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 235 | 234 | - |
CMYK | 0.00 | 0 | 0.00 | 0.08 |
HSL | 120º | 0.02% | 0.92% | - |
HSV(B) | 120º | 0% | 0.92% | - |
XYZ | 78.49 | 82.85 | 89.7 | - |
YUV | 234.59 | 127.67 | 127.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 235 | 234 | 0.00 | 0 | 0.00 | 0.08 | 120 | 0.02 | 0.92 |
Hex | EA | EB | EA | 0 | 0 | 0 | 8 | 78 | 2 | 5C |
Octal | 352 | 353 | 352 | 0 | 0 | 0 | 10 | 170 | 2 | 134 |
Binary | 11101010 | 11101011 | 11101010 | 0 | 0 | 0 | 1000 | 1111000 | 10 | 1011100 |
Color Harmonies of #EAEBEA
Complementary color
Monochromatic Colors of #EAEBEA
Black with #EAEBEA
Text Example
Text Example
White with #EAEBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEBEA; }
p { color: rgb(234,235,234); }
H1.HeaderClassName
{
color: #EAEBEA;
}
.AnyTagClassName
{
color: #EAEBEA;
}
</style>
background-color css
<style>
a { background-color: #EAEBEA; }
a { background-color: rgb(234,235,234); }
div.DivClassName
{
background-color: #EAEBEA;
}
.BgClassName
{
background-color: #EAEBEA;
}
</style>
border-color css
<style>
span { border-color: #EAEBEA; }
span { border-color: rgb(234,235,234); }
td.TdClassName
{
border-color: #EAEBEA;
}
.TagClassName
{
border-color: #EAEBEA;
}
</style>