Shades of Aqua Spring #E6F3E4
Tints of Aqua Spring #E6F3E4
RGB
CMYK
RGB Variations
Color information
#E6F3E4 (or 0xE6F3E4) is known color: Aqua Spring. HEX triplet: E6, F3 and E4. RGB value is (230,243,228). Sum of RGB (Red+Green+Blue) = 230+243+228=701 (92% of max value = 765). Red value is 230 (90.23% from 255 or 32.81% from 701); Green value is 243 (95.31% from 255 or 34.66% from 701); Blue value is 228 (89.45% from 255 or 32.52% from 701); Max value from RGB is 243 - color contains mainly: green. Hex color #E6F3E4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6F3E4 is #190C1B. Grayscale: #EDEDED. Windows color (decimal): -1641500 or 15004646. OLE color: 15004646.
HSL color Cylindrical-coordinate representation of color #E6F3E4: hue angle of 112º degrees, saturation: 0.38, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E6F3E4 is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 243 | 228 | - |
| CMYK | 0.05 | 0 | 0.06 | 0.05 |
| HSL | 112º | 0.38% | 0.92% | - |
| HSV(B) | 112º | 0.06% | 0.95% | - |
| XYZ | 78.69 | 86.53 | 85.95 | - |
| YUV | 237.4 | 122.69 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 243 | 228 | 0.05 | 0 | 0.06 | 0.05 | 112 | 0.38 | 0.92 |
| Hex | E6 | F3 | E4 | 5 | 0 | 6 | 5 | 70 | 26 | 5C |
| Octal | 346 | 363 | 344 | 5 | 0 | 6 | 5 | 160 | 46 | 134 |
| Binary | 11100110 | 11110011 | 11100100 | 101 | 0 | 110 | 101 | 1110000 | 100110 | 1011100 |
Color Harmonies of #E6F3E4
Complementary color
Monochromatic Colors of #E6F3E4
Black with #E6F3E4
Text Example
Text Example
White with #E6F3E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F3E4; }
p { color: rgb(230,243,228); }
H1.HeaderClassName
{
color: #E6F3E4;
}
.AnyTagClassName
{
color: #E6F3E4;
}
</style>
background-color css
<style>
a { background-color: #E6F3E4; }
a { background-color: rgb(230,243,228); }
div.DivClassName
{
background-color: #E6F3E4;
}
.BgClassName
{
background-color: #E6F3E4;
}
</style>
border-color css
<style>
span { border-color: #E6F3E4; }
span { border-color: rgb(230,243,228); }
td.TdClassName
{
border-color: #E6F3E4;
}
.TagClassName
{
border-color: #E6F3E4;
}
</style>