Shades of Aqua Spring #E6FAE6
Tints of Aqua Spring #E6FAE6
RGB
CMYK
RGB Variations
Color information
#E6FAE6 (or 0xE6FAE6) is known color: Aqua Spring. HEX triplet: E6, FA and E6. RGB value is (230,250,230). Sum of RGB (Red+Green+Blue) = 230+250+230=710 (94% of max value = 765). Red value is 230 (90.23% from 255 or 32.39% from 710); Green value is 250 (98.05% from 255 or 35.21% from 710); Blue value is 230 (90.23% from 255 or 32.39% from 710); Max value from RGB is 250 - color contains mainly: green. Hex color #E6FAE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6FAE6 is #190519. Grayscale: #F1F1F1. Windows color (decimal): -1639706 or 15137510. OLE color: 15137510.
HSL color Cylindrical-coordinate representation of color #E6FAE6: hue angle of 120º degrees, saturation: 0.67, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E6FAE6 is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
RGB | 230 | 250 | 230 | - |
CMYK | 0.08 | 0 | 0.08 | 0.02 |
HSL | 120º | 0.67% | 0.94% | - |
HSV(B) | 120º | 0.08% | 0.98% | - |
XYZ | 81.1 | 90.91 | 88.14 | - |
YUV | 241.74 | 121.37 | 119.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 250 | 230 | 0.08 | 0 | 0.08 | 0.02 | 120 | 0.67 | 0.94 |
Hex | E6 | FA | E6 | 8 | 0 | 8 | 2 | 78 | 43 | 5E |
Octal | 346 | 372 | 346 | 10 | 0 | 10 | 2 | 170 | 103 | 136 |
Binary | 11100110 | 11111010 | 11100110 | 1000 | 0 | 1000 | 10 | 1111000 | 1000011 | 1011110 |
Color Harmonies of #E6FAE6
Complementary color
Monochromatic Colors of #E6FAE6
Black with #E6FAE6
Text Example
Text Example
White with #E6FAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FAE6; }
p { color: rgb(230,250,230); }
H1.HeaderClassName
{
color: #E6FAE6;
}
.AnyTagClassName
{
color: #E6FAE6;
}
</style>
background-color css
<style>
a { background-color: #E6FAE6; }
a { background-color: rgb(230,250,230); }
div.DivClassName
{
background-color: #E6FAE6;
}
.BgClassName
{
background-color: #E6FAE6;
}
</style>
border-color css
<style>
span { border-color: #E6FAE6; }
span { border-color: rgb(230,250,230); }
td.TdClassName
{
border-color: #E6FAE6;
}
.TagClassName
{
border-color: #E6FAE6;
}
</style>