Shades of Aqua Spring #EAF3EA
Tints of Aqua Spring #EAF3EA
RGB
CMYK
RGB Variations
Color information
#EAF3EA (or 0xEAF3EA) is known color: Aqua Spring. HEX triplet: EA, F3 and EA. RGB value is (234,243,234). Sum of RGB (Red+Green+Blue) = 234+243+234=711 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.91% from 711); Green value is 243 (95.31% from 255 or 34.18% from 711); Blue value is 234 (91.80% from 255 or 32.91% from 711); Max value from RGB is 243 - color contains mainly: green. Hex color #EAF3EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF3EA is #150C15. Grayscale: #EFEFEF. Windows color (decimal): -1379350 or 15397866. OLE color: 15397866.
HSL color Cylindrical-coordinate representation of color #EAF3EA: hue angle of 120º degrees, saturation: 0.27, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EAF3EA is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
RGB | 234 | 243 | 234 | - |
CMYK | 0.04 | 0 | 0.04 | 0.05 |
HSL | 120º | 0.27% | 0.94% | - |
HSV(B) | 120º | 0.04% | 0.95% | - |
XYZ | 80.83 | 87.53 | 90.48 | - |
YUV | 239.28 | 125.02 | 124.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 243 | 234 | 0.04 | 0 | 0.04 | 0.05 | 120 | 0.27 | 0.94 |
Hex | EA | F3 | EA | 4 | 0 | 4 | 5 | 78 | 1B | 5E |
Octal | 352 | 363 | 352 | 4 | 0 | 4 | 5 | 170 | 33 | 136 |
Binary | 11101010 | 11110011 | 11101010 | 100 | 0 | 100 | 101 | 1111000 | 11011 | 1011110 |
Color Harmonies of #EAF3EA
Complementary color
Monochromatic Colors of #EAF3EA
Black with #EAF3EA
Text Example
Text Example
White with #EAF3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF3EA; }
p { color: rgb(234,243,234); }
H1.HeaderClassName
{
color: #EAF3EA;
}
.AnyTagClassName
{
color: #EAF3EA;
}
</style>
background-color css
<style>
a { background-color: #EAF3EA; }
a { background-color: rgb(234,243,234); }
div.DivClassName
{
background-color: #EAF3EA;
}
.BgClassName
{
background-color: #EAF3EA;
}
</style>
border-color css
<style>
span { border-color: #EAF3EA; }
span { border-color: rgb(234,243,234); }
td.TdClassName
{
border-color: #EAF3EA;
}
.TagClassName
{
border-color: #EAF3EA;
}
</style>