Shades of Aqua Spring #EAF2EA
Tints of Aqua Spring #EAF2EA
RGB
CMYK
RGB Variations
Color information
#EAF2EA (or 0xEAF2EA) is known color: Aqua Spring. HEX triplet: EA, F2 and EA. RGB value is (234,242,234). Sum of RGB (Red+Green+Blue) = 234+242+234=710 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.96% from 710); Green value is 242 (94.92% from 255 or 34.08% from 710); Blue value is 234 (91.80% from 255 or 32.96% from 710); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF2EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF2EA is #150D15. Grayscale: #EEEEEE. Windows color (decimal): -1379606 or 15397610. OLE color: 15397610.
HSL color Cylindrical-coordinate representation of color #EAF2EA: hue angle of 120º degrees, saturation: 0.24, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EAF2EA is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 234 | 242 | 234 | - |
| CMYK | 0.03 | 0 | 0.03 | 0.05 |
| HSL | 120º | 0.24% | 0.93% | - |
| HSV(B) | 120º | 0.03% | 0.95% | - |
| XYZ | 80.54 | 86.94 | 90.38 | - |
| YUV | 238.7 | 125.35 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 242 | 234 | 0.03 | 0 | 0.03 | 0.05 | 120 | 0.24 | 0.93 |
| Hex | EA | F2 | EA | 3 | 0 | 3 | 5 | 78 | 18 | 5D |
| Octal | 352 | 362 | 352 | 3 | 0 | 3 | 5 | 170 | 30 | 135 |
| Binary | 11101010 | 11110010 | 11101010 | 11 | 0 | 11 | 101 | 1111000 | 11000 | 1011101 |
Color Harmonies of #EAF2EA
Complementary color
Monochromatic Colors of #EAF2EA
Black with #EAF2EA
Text Example
Text Example
White with #EAF2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF2EA; }
p { color: rgb(234,242,234); }
H1.HeaderClassName
{
color: #EAF2EA;
}
.AnyTagClassName
{
color: #EAF2EA;
}
</style>
background-color css
<style>
a { background-color: #EAF2EA; }
a { background-color: rgb(234,242,234); }
div.DivClassName
{
background-color: #EAF2EA;
}
.BgClassName
{
background-color: #EAF2EA;
}
</style>
border-color css
<style>
span { border-color: #EAF2EA; }
span { border-color: rgb(234,242,234); }
td.TdClassName
{
border-color: #EAF2EA;
}
.TagClassName
{
border-color: #EAF2EA;
}
</style>