Shades of Aqua Spring #EAF4EA
Tints of Aqua Spring #EAF4EA
RGB
CMYK
RGB Variations
Color information
#EAF4EA (or 0xEAF4EA) is known color: Aqua Spring. HEX triplet: EA, F4 and EA. RGB value is (234,244,234). Sum of RGB (Red+Green+Blue) = 234+244+234=712 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.87% from 712); Green value is 244 (95.70% from 255 or 34.27% from 712); Blue value is 234 (91.80% from 255 or 32.87% from 712); Max value from RGB is 244 - color contains mainly: green. Hex color #EAF4EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF4EA is #150B15. Grayscale: #EFEFEF. Windows color (decimal): -1379094 or 15398122. OLE color: 15398122.
HSL color Cylindrical-coordinate representation of color #EAF4EA: hue angle of 120º degrees, saturation: 0.31, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EAF4EA is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
RGB | 234 | 244 | 234 | - |
CMYK | 0.04 | 0 | 0.04 | 0.04 |
HSL | 120º | 0.31% | 0.94% | - |
HSV(B) | 120º | 0.04% | 0.96% | - |
XYZ | 81.13 | 88.13 | 90.58 | - |
YUV | 239.87 | 124.69 | 123.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 244 | 234 | 0.04 | 0 | 0.04 | 0.04 | 120 | 0.31 | 0.94 |
Hex | EA | F4 | EA | 4 | 0 | 4 | 4 | 78 | 1F | 5E |
Octal | 352 | 364 | 352 | 4 | 0 | 4 | 4 | 170 | 37 | 136 |
Binary | 11101010 | 11110100 | 11101010 | 100 | 0 | 100 | 100 | 1111000 | 11111 | 1011110 |
Color Harmonies of #EAF4EA
Complementary color
Monochromatic Colors of #EAF4EA
Black with #EAF4EA
Text Example
Text Example
White with #EAF4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF4EA; }
p { color: rgb(234,244,234); }
H1.HeaderClassName
{
color: #EAF4EA;
}
.AnyTagClassName
{
color: #EAF4EA;
}
</style>
background-color css
<style>
a { background-color: #EAF4EA; }
a { background-color: rgb(234,244,234); }
div.DivClassName
{
background-color: #EAF4EA;
}
.BgClassName
{
background-color: #EAF4EA;
}
</style>
border-color css
<style>
span { border-color: #EAF4EA; }
span { border-color: rgb(234,244,234); }
td.TdClassName
{
border-color: #EAF4EA;
}
.TagClassName
{
border-color: #EAF4EA;
}
</style>