Shades of Aqua Spring #E6FCE5
Tints of Aqua Spring #E6FCE5
RGB
CMYK
RGB Variations
Color information
#E6FCE5 (or 0xE6FCE5) is known color: Aqua Spring. HEX triplet: E6, FC and E5. RGB value is (230,252,229). Sum of RGB (Red+Green+Blue) = 230+252+229=711 (94% of max value = 765). Red value is 230 (90.23% from 255 or 32.35% from 711); Green value is 252 (98.83% from 255 or 35.44% from 711); Blue value is 229 (89.84% from 255 or 32.21% from 711); Max value from RGB is 252 - color contains mainly: green. Hex color #E6FCE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6FCE5 is #19031A. Grayscale: #F2F2F2. Windows color (decimal): -1639195 or 15072486. OLE color: 15072486.
HSL color Cylindrical-coordinate representation of color #E6FCE5: hue angle of 117.39º degrees, saturation: 0.79, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E6FCE5 is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
RGB | 230 | 252 | 229 | - |
CMYK | 0.09 | 0 | 0.09 | 0.01 |
HSL | 117.39º | 0.79% | 0.94% | - |
HSV(B) | 117.39º | 0.09% | 0.99% | - |
XYZ | 81.59 | 92.1 | 87.61 | - |
YUV | 242.8 | 120.21 | 118.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 252 | 229 | 0.09 | 0 | 0.09 | 0.01 | 117.39 | 0.79 | 0.94 |
Hex | E6 | FC | E5 | 9 | 0 | 9 | 1 | 75 | 4F | 5E |
Octal | 346 | 374 | 345 | 11 | 0 | 11 | 1 | 165 | 117 | 136 |
Binary | 11100110 | 11111100 | 11100101 | 1001 | 0 | 1001 | 1 | 1110101 | 1001111 | 1011110 |
Color Harmonies of #E6FCE5
Complementary color
Monochromatic Colors of #E6FCE5
Black with #E6FCE5
Text Example
Text Example
White with #E6FCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FCE5; }
p { color: rgb(230,252,229); }
H1.HeaderClassName
{
color: #E6FCE5;
}
.AnyTagClassName
{
color: #E6FCE5;
}
</style>
background-color css
<style>
a { background-color: #E6FCE5; }
a { background-color: rgb(230,252,229); }
div.DivClassName
{
background-color: #E6FCE5;
}
.BgClassName
{
background-color: #E6FCE5;
}
</style>
border-color css
<style>
span { border-color: #E6FCE5; }
span { border-color: rgb(230,252,229); }
td.TdClassName
{
border-color: #E6FCE5;
}
.TagClassName
{
border-color: #E6FCE5;
}
</style>