Shades of Aqua Spring #EAF7EA
Tints of Aqua Spring #EAF7EA
RGB
CMYK
RGB Variations
Color information
#EAF7EA (or 0xEAF7EA) is known color: Aqua Spring. HEX triplet: EA, F7 and EA. RGB value is (234,247,234). Sum of RGB (Red+Green+Blue) = 234+247+234=715 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.73% from 715); Green value is 247 (96.88% from 255 or 34.55% from 715); Blue value is 234 (91.80% from 255 or 32.73% from 715); Max value from RGB is 247 - color contains mainly: green. Hex color #EAF7EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF7EA is #150815. Grayscale: #F1F1F1. Windows color (decimal): -1378326 or 15398890. OLE color: 15398890.
HSL color Cylindrical-coordinate representation of color #EAF7EA: hue angle of 120º degrees, saturation: 0.45, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EAF7EA is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
RGB | 234 | 247 | 234 | - |
CMYK | 0.05 | 0 | 0.05 | 0.03 |
HSL | 120º | 0.45% | 0.94% | - |
HSV(B) | 120º | 0.05% | 0.97% | - |
XYZ | 82.04 | 89.95 | 90.88 | - |
YUV | 241.63 | 123.69 | 122.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 247 | 234 | 0.05 | 0 | 0.05 | 0.03 | 120 | 0.45 | 0.94 |
Hex | EA | F7 | EA | 5 | 0 | 5 | 3 | 78 | 2D | 5E |
Octal | 352 | 367 | 352 | 5 | 0 | 5 | 3 | 170 | 55 | 136 |
Binary | 11101010 | 11110111 | 11101010 | 101 | 0 | 101 | 11 | 1111000 | 101101 | 1011110 |
Color Harmonies of #EAF7EA
Complementary color
Monochromatic Colors of #EAF7EA
Black with #EAF7EA
Text Example
Text Example
White with #EAF7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF7EA; }
p { color: rgb(234,247,234); }
H1.HeaderClassName
{
color: #EAF7EA;
}
.AnyTagClassName
{
color: #EAF7EA;
}
</style>
background-color css
<style>
a { background-color: #EAF7EA; }
a { background-color: rgb(234,247,234); }
div.DivClassName
{
background-color: #EAF7EA;
}
.BgClassName
{
background-color: #EAF7EA;
}
</style>
border-color css
<style>
span { border-color: #EAF7EA; }
span { border-color: rgb(234,247,234); }
td.TdClassName
{
border-color: #EAF7EA;
}
.TagClassName
{
border-color: #EAF7EA;
}
</style>