Shades of Aqua Spring #EFF4EF
Tints of Aqua Spring #EFF4EF
RGB
CMYK
RGB Variations
Color information
#EFF4EF (or 0xEFF4EF) is known color: Aqua Spring. HEX triplet: EF, F4 and EF. RGB value is (239,244,239). Sum of RGB (Red+Green+Blue) = 239+244+239=722 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.10% from 722); Green value is 244 (95.70% from 255 or 33.80% from 722); Blue value is 239 (93.75% from 255 or 33.10% from 722); Max value from RGB is 244 - color contains mainly: green. Hex color #EFF4EF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF4EF is #100B10. Grayscale: #F1F1F1. Windows color (decimal): -1051409 or 15725807. OLE color: 15725807.
HSL color Cylindrical-coordinate representation of color #EFF4EF: hue angle of 120º degrees, saturation: 0.19, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EFF4EF is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
RGB | 239 | 244 | 239 | - |
CMYK | 0.02 | 0 | 0.02 | 0.04 |
HSL | 120º | 0.19% | 0.95% | - |
HSV(B) | 120º | 0.02% | 0.96% | - |
XYZ | 83.53 | 89.28 | 94.49 | - |
YUV | 241.94 | 126.34 | 125.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 244 | 239 | 0.02 | 0 | 0.02 | 0.04 | 120 | 0.19 | 0.95 |
Hex | EF | F4 | EF | 2 | 0 | 2 | 4 | 78 | 13 | 5F |
Octal | 357 | 364 | 357 | 2 | 0 | 2 | 4 | 170 | 23 | 137 |
Binary | 11101111 | 11110100 | 11101111 | 10 | 0 | 10 | 100 | 1111000 | 10011 | 1011111 |
Color Harmonies of #EFF4EF
Complementary color
Monochromatic Colors of #EFF4EF
Black with #EFF4EF
Text Example
Text Example
White with #EFF4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF4EF; }
p { color: rgb(239,244,239); }
H1.HeaderClassName
{
color: #EFF4EF;
}
.AnyTagClassName
{
color: #EFF4EF;
}
</style>
background-color css
<style>
a { background-color: #EFF4EF; }
a { background-color: rgb(239,244,239); }
div.DivClassName
{
background-color: #EFF4EF;
}
.BgClassName
{
background-color: #EFF4EF;
}
</style>
border-color css
<style>
span { border-color: #EFF4EF; }
span { border-color: rgb(239,244,239); }
td.TdClassName
{
border-color: #EFF4EF;
}
.TagClassName
{
border-color: #EFF4EF;
}
</style>