Shades of Aqua Spring #E6FCE4
Tints of Aqua Spring #E6FCE4
RGB
CMYK
RGB Variations
Color information
#E6FCE4 (or 0xE6FCE4) is known color: Aqua Spring. HEX triplet: E6, FC and E4. RGB value is (230,252,228). Sum of RGB (Red+Green+Blue) = 230+252+228=710 (94% of max value = 765). Red value is 230 (90.23% from 255 or 32.39% from 710); Green value is 252 (98.83% from 255 or 35.49% from 710); Blue value is 228 (89.45% from 255 or 32.11% from 710); Max value from RGB is 252 - color contains mainly: green. Hex color #E6FCE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6FCE4 is #19031B. Grayscale: #F2F2F2. Windows color (decimal): -1639196 or 15006950. OLE color: 15006950.
HSL color Cylindrical-coordinate representation of color #E6FCE4: hue angle of 115º degrees, saturation: 0.8, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E6FCE4 is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 252 | 228 | - |
| CMYK | 0.09 | 0 | 0.10 | 0.01 |
| HSL | 115º | 0.8% | 0.94% | - |
| HSV(B) | 115º | 0.1% | 0.99% | - |
| XYZ | 81.45 | 92.05 | 86.87 | - |
| YUV | 242.69 | 119.71 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 252 | 228 | 0.09 | 0 | 0.10 | 0.01 | 115 | 0.8 | 0.94 |
| Hex | E6 | FC | E4 | 9 | 0 | A | 1 | 73 | 50 | 5E |
| Octal | 346 | 374 | 344 | 11 | 0 | 12 | 1 | 163 | 120 | 136 |
| Binary | 11100110 | 11111100 | 11100100 | 1001 | 0 | 1010 | 1 | 1110011 | 1010000 | 1011110 |
Color Harmonies of #E6FCE4
Complementary color
Monochromatic Colors of #E6FCE4
Black with #E6FCE4
Text Example
Text Example
White with #E6FCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FCE4; }
p { color: rgb(230,252,228); }
H1.HeaderClassName
{
color: #E6FCE4;
}
.AnyTagClassName
{
color: #E6FCE4;
}
</style>
background-color css
<style>
a { background-color: #E6FCE4; }
a { background-color: rgb(230,252,228); }
div.DivClassName
{
background-color: #E6FCE4;
}
.BgClassName
{
background-color: #E6FCE4;
}
</style>
border-color css
<style>
span { border-color: #E6FCE4; }
span { border-color: rgb(230,252,228); }
td.TdClassName
{
border-color: #E6FCE4;
}
.TagClassName
{
border-color: #E6FCE4;
}
</style>