Shades of Aqua Spring #E6F8E4
Tints of Aqua Spring #E6F8E4
RGB
CMYK
RGB Variations
Color information
#E6F8E4 (or 0xE6F8E4) is known color: Aqua Spring. HEX triplet: E6, F8 and E4. RGB value is (230,248,228). Sum of RGB (Red+Green+Blue) = 230+248+228=706 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.58% from 706); Green value is 248 (97.27% from 255 or 35.13% from 706); Blue value is 228 (89.45% from 255 or 32.29% from 706); Max value from RGB is 248 - color contains mainly: green. Hex color #E6F8E4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6F8E4 is #19071B. Grayscale: #F0F0F0. Windows color (decimal): -1640220 or 15005926. OLE color: 15005926.
HSL color Cylindrical-coordinate representation of color #E6F8E4: hue angle of 114º degrees, saturation: 0.59, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E6F8E4 is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 230 | 248 | 228 | - |
| CMYK | 0.07 | 0 | 0.08 | 0.03 |
| HSL | 114º | 0.59% | 0.93% | - |
| HSV(B) | 114º | 0.08% | 0.97% | - |
| XYZ | 80.2 | 89.56 | 86.46 | - |
| YUV | 240.34 | 121.04 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 248 | 228 | 0.07 | 0 | 0.08 | 0.03 | 114 | 0.59 | 0.93 |
| Hex | E6 | F8 | E4 | 7 | 0 | 8 | 3 | 72 | 3B | 5D |
| Octal | 346 | 370 | 344 | 7 | 0 | 10 | 3 | 162 | 73 | 135 |
| Binary | 11100110 | 11111000 | 11100100 | 111 | 0 | 1000 | 11 | 1110010 | 111011 | 1011101 |
Color Harmonies of #E6F8E4
Complementary color
Monochromatic Colors of #E6F8E4
Black with #E6F8E4
Text Example
Text Example
White with #E6F8E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F8E4; }
p { color: rgb(230,248,228); }
H1.HeaderClassName
{
color: #E6F8E4;
}
.AnyTagClassName
{
color: #E6F8E4;
}
</style>
background-color css
<style>
a { background-color: #E6F8E4; }
a { background-color: rgb(230,248,228); }
div.DivClassName
{
background-color: #E6F8E4;
}
.BgClassName
{
background-color: #E6F8E4;
}
</style>
border-color css
<style>
span { border-color: #E6F8E4; }
span { border-color: rgb(230,248,228); }
td.TdClassName
{
border-color: #E6F8E4;
}
.TagClassName
{
border-color: #E6F8E4;
}
</style>