Shades of Aqua Spring #E6FDE6
Tints of Aqua Spring #E6FDE6
RGB
CMYK
RGB Variations
Color information
#E6FDE6 (or 0xE6FDE6) is known color: Aqua Spring. HEX triplet: E6, FD and E6. RGB value is (230,253,230). Sum of RGB (Red+Green+Blue) = 230+253+230=713 (94% of max value = 765). Red value is 230 (90.23% from 255 or 32.26% from 713); Green value is 253 (99.22% from 255 or 35.48% from 713); Blue value is 230 (90.23% from 255 or 32.26% from 713); Max value from RGB is 253 - color contains mainly: green. Hex color #E6FDE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6FDE6 is #190219. Grayscale: #F3F3F3. Windows color (decimal): -1638938 or 15138278. OLE color: 15138278.
HSL color Cylindrical-coordinate representation of color #E6FDE6: hue angle of 120º degrees, saturation: 0.85, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E6FDE6 is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 230 | 253 | 230 | - |
| CMYK | 0.09 | 0 | 0.09 | 0.01 |
| HSL | 120º | 0.85% | 0.95% | - |
| HSV(B) | 120º | 0.09% | 0.99% | - |
| XYZ | 82.04 | 92.79 | 88.45 | - |
| YUV | 243.5 | 120.38 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 253 | 230 | 0.09 | 0 | 0.09 | 0.01 | 120 | 0.85 | 0.95 |
| Hex | E6 | FD | E6 | 9 | 0 | 9 | 1 | 78 | 55 | 5F |
| Octal | 346 | 375 | 346 | 11 | 0 | 11 | 1 | 170 | 125 | 137 |
| Binary | 11100110 | 11111101 | 11100110 | 1001 | 0 | 1001 | 1 | 1111000 | 1010101 | 1011111 |
Color Harmonies of #E6FDE6
Complementary color
Monochromatic Colors of #E6FDE6
Black with #E6FDE6
Text Example
Text Example
White with #E6FDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FDE6; }
p { color: rgb(230,253,230); }
H1.HeaderClassName
{
color: #E6FDE6;
}
.AnyTagClassName
{
color: #E6FDE6;
}
</style>
background-color css
<style>
a { background-color: #E6FDE6; }
a { background-color: rgb(230,253,230); }
div.DivClassName
{
background-color: #E6FDE6;
}
.BgClassName
{
background-color: #E6FDE6;
}
</style>
border-color css
<style>
span { border-color: #E6FDE6; }
span { border-color: rgb(230,253,230); }
td.TdClassName
{
border-color: #E6FDE6;
}
.TagClassName
{
border-color: #E6FDE6;
}
</style>