Shades of Aqua Spring #EBF5EB
Tints of Aqua Spring #EBF5EB
RGB
CMYK
RGB Variations
Color information
#EBF5EB (or 0xEBF5EB) is known color: Aqua Spring. HEX triplet: EB, F5 and EB. RGB value is (235,245,235). Sum of RGB (Red+Green+Blue) = 235+245+235=715 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.87% from 715); Green value is 245 (96.09% from 255 or 34.27% from 715); Blue value is 235 (92.19% from 255 or 32.87% from 715); Max value from RGB is 245 - color contains mainly: green. Hex color #EBF5EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF5EB is #140A14. Grayscale: #F0F0F0. Windows color (decimal): -1313301 or 15463915. OLE color: 15463915.
HSL color Cylindrical-coordinate representation of color #EBF5EB: hue angle of 120º degrees, saturation: 0.33, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EBF5EB is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
RGB | 235 | 245 | 235 | - |
CMYK | 0.04 | 0 | 0.04 | 0.04 |
HSL | 120º | 0.33% | 0.94% | - |
HSV(B) | 120º | 0.04% | 0.96% | - |
XYZ | 81.91 | 88.97 | 91.45 | - |
YUV | 240.87 | 124.69 | 123.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 245 | 235 | 0.04 | 0 | 0.04 | 0.04 | 120 | 0.33 | 0.94 |
Hex | EB | F5 | EB | 4 | 0 | 4 | 4 | 78 | 21 | 5E |
Octal | 353 | 365 | 353 | 4 | 0 | 4 | 4 | 170 | 41 | 136 |
Binary | 11101011 | 11110101 | 11101011 | 100 | 0 | 100 | 100 | 1111000 | 100001 | 1011110 |
Color Harmonies of #EBF5EB
Complementary color
Monochromatic Colors of #EBF5EB
Black with #EBF5EB
Text Example
Text Example
White with #EBF5EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF5EB; }
p { color: rgb(235,245,235); }
H1.HeaderClassName
{
color: #EBF5EB;
}
.AnyTagClassName
{
color: #EBF5EB;
}
</style>
background-color css
<style>
a { background-color: #EBF5EB; }
a { background-color: rgb(235,245,235); }
div.DivClassName
{
background-color: #EBF5EB;
}
.BgClassName
{
background-color: #EBF5EB;
}
</style>
border-color css
<style>
span { border-color: #EBF5EB; }
span { border-color: rgb(235,245,235); }
td.TdClassName
{
border-color: #EBF5EB;
}
.TagClassName
{
border-color: #EBF5EB;
}
</style>