Shades of Reef #E0FFAC
Tints of Reef #E0FFAC
RGB
CMYK
RGB Variations
Color information
#E0FFAC (or 0xE0FFAC) is known color: Reef. HEX triplet: E0, FF and AC. RGB value is (224,255,172). Sum of RGB (Red+Green+Blue) = 224+255+172=651 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.41% from 651); Green value is 255 (100% from 255 or 39.17% from 651); Blue value is 172 (67.58% from 255 or 26.42% from 651); Max value from RGB is 255 - color contains mainly: green. Hex color #E0FFAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0FFAC is #1F0053. Grayscale: #ECECEC. Windows color (decimal): -2031700 or 11337696. OLE color: 11337696.
HSL color Cylindrical-coordinate representation of color #E0FFAC: hue angle of 82.41º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E0FFAC is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 255 | 172 | - |
| CMYK | 0.12 | 0 | 0.33 | 0 |
| HSL | 82.41º | 1% | 0.84% | - |
| HSV(B) | 82.41º | 0.33% | 1% | - |
| XYZ | 73.95 | 90.35 | 52.57 | - |
| YUV | 236.27 | 91.73 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 255 | 172 | 0.12 | 0 | 0.33 | 0 | 82.41 | 1 | 0.84 |
| Hex | E0 | FF | AC | C | 0 | 21 | 0 | 52 | 64 | 54 |
| Octal | 340 | 377 | 254 | 14 | 0 | 41 | 0 | 122 | 144 | 124 |
| Binary | 11100000 | 11111111 | 10101100 | 1100 | 0 | 100001 | 0 | 1010010 | 1100100 | 1010100 |
Color Harmonies of #E0FFAC
Complementary color
Monochromatic Colors of #E0FFAC
Black with #E0FFAC
Text Example
Text Example
White with #E0FFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FFAC; }
p { color: rgb(224,255,172); }
H1.HeaderClassName
{
color: #E0FFAC;
}
.AnyTagClassName
{
color: #E0FFAC;
}
</style>
background-color css
<style>
a { background-color: #E0FFAC; }
a { background-color: rgb(224,255,172); }
div.DivClassName
{
background-color: #E0FFAC;
}
.BgClassName
{
background-color: #E0FFAC;
}
</style>
border-color css
<style>
span { border-color: #E0FFAC; }
span { border-color: rgb(224,255,172); }
td.TdClassName
{
border-color: #E0FFAC;
}
.TagClassName
{
border-color: #E0FFAC;
}
</style>