Shades of Reef #E0FFAA
Tints of Reef #E0FFAA
RGB
CMYK
RGB Variations
Color information
#E0FFAA (or 0xE0FFAA) is known color: Reef. HEX triplet: E0, FF and AA. RGB value is (224,255,170). Sum of RGB (Red+Green+Blue) = 224+255+170=649 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.51% from 649); Green value is 255 (100% from 255 or 39.29% from 649); Blue value is 170 (66.80% from 255 or 26.19% from 649); Max value from RGB is 255 - color contains mainly: green. Hex color #E0FFAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0FFAA is #1F0055. Grayscale: #ECECEC. Windows color (decimal): -2031702 or 11206624. OLE color: 11206624.
HSL color Cylindrical-coordinate representation of color #E0FFAA: hue angle of 81.88º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E0FFAA is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 224 | 255 | 170 | - |
| CMYK | 0.12 | 0 | 0.33 | 0 |
| HSL | 81.88º | 1% | 0.83% | - |
| HSV(B) | 81.88º | 0.33% | 1% | - |
| XYZ | 73.76 | 90.27 | 51.57 | - |
| YUV | 236.04 | 90.73 | 119.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 255 | 170 | 0.12 | 0 | 0.33 | 0 | 81.88 | 1 | 0.83 |
| Hex | E0 | FF | AA | C | 0 | 21 | 0 | 52 | 64 | 53 |
| Octal | 340 | 377 | 252 | 14 | 0 | 41 | 0 | 122 | 144 | 123 |
| Binary | 11100000 | 11111111 | 10101010 | 1100 | 0 | 100001 | 0 | 1010010 | 1100100 | 1010011 |
Color Harmonies of #E0FFAA
Complementary color
Monochromatic Colors of #E0FFAA
Black with #E0FFAA
Text Example
Text Example
White with #E0FFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FFAA; }
p { color: rgb(224,255,170); }
H1.HeaderClassName
{
color: #E0FFAA;
}
.AnyTagClassName
{
color: #E0FFAA;
}
</style>
background-color css
<style>
a { background-color: #E0FFAA; }
a { background-color: rgb(224,255,170); }
div.DivClassName
{
background-color: #E0FFAA;
}
.BgClassName
{
background-color: #E0FFAA;
}
</style>
border-color css
<style>
span { border-color: #E0FFAA; }
span { border-color: rgb(224,255,170); }
td.TdClassName
{
border-color: #E0FFAA;
}
.TagClassName
{
border-color: #E0FFAA;
}
</style>