Shades of Aqua Spring #EAF9E9
Tints of Aqua Spring #EAF9E9
RGB
CMYK
RGB Variations
Color information
#EAF9E9 (or 0xEAF9E9) is known color: Aqua Spring. HEX triplet: EA, F9 and E9. RGB value is (234,249,233). Sum of RGB (Red+Green+Blue) = 234+249+233=716 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.68% from 716); Green value is 249 (97.66% from 255 or 34.78% from 716); Blue value is 233 (91.41% from 255 or 32.54% from 716); Max value from RGB is 249 - color contains mainly: green. Hex color #EAF9E9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF9E9 is #150616. Grayscale: #F2F2F2. Windows color (decimal): -1377815 or 15333866. OLE color: 15333866.
HSL color Cylindrical-coordinate representation of color #EAF9E9: hue angle of 116.25º degrees, saturation: 0.57, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EAF9E9 is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
RGB | 234 | 249 | 233 | - |
CMYK | 0.06 | 0 | 0.06 | 0.02 |
HSL | 116.25º | 0.57% | 0.95% | - |
HSV(B) | 116.25º | 0.06% | 0.98% | - |
XYZ | 82.52 | 91.13 | 90.33 | - |
YUV | 242.69 | 122.53 | 121.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 249 | 233 | 0.06 | 0 | 0.06 | 0.02 | 116.25 | 0.57 | 0.95 |
Hex | EA | F9 | E9 | 6 | 0 | 6 | 2 | 74 | 39 | 5F |
Octal | 352 | 371 | 351 | 6 | 0 | 6 | 2 | 164 | 71 | 137 |
Binary | 11101010 | 11111001 | 11101001 | 110 | 0 | 110 | 10 | 1110100 | 111001 | 1011111 |
Color Harmonies of #EAF9E9
Complementary color
Monochromatic Colors of #EAF9E9
Black with #EAF9E9
Text Example
Text Example
White with #EAF9E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAF9E9; }
p { color: rgb(234,249,233); }
H1.HeaderClassName
{
color: #EAF9E9;
}
.AnyTagClassName
{
color: #EAF9E9;
}
</style>
background-color css
<style>
a { background-color: #EAF9E9; }
a { background-color: rgb(234,249,233); }
div.DivClassName
{
background-color: #EAF9E9;
}
.BgClassName
{
background-color: #EAF9E9;
}
</style>
border-color css
<style>
span { border-color: #EAF9E9; }
span { border-color: rgb(234,249,233); }
td.TdClassName
{
border-color: #EAF9E9;
}
.TagClassName
{
border-color: #EAF9E9;
}
</style>