#E0F7AC

Color #E0F7AC Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #E0F7AC

Tints of Reef #E0F7AC

Color information

#E0F7AC (or 0xE0F7AC) is unknown color: approx Reef. HEX triplet: E0, F7 and AC. RGB value is (224,247,172). Sum of RGB (Red+Green+Blue) = 224+247+172=643 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.84% from 643); Green value is 247 (96.88% from 255 or 38.41% from 643); Blue value is 172 (67.58% from 255 or 26.75% from 643); Max value from RGB is 247 - color contains mainly: green. Hex color #E0F7AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0F7AC is #1F0853. Grayscale: #E7E7E7. Windows color (decimal): -2033748 or 11335648. OLE color: 11335648.

HSL color Cylindrical-coordinate representation of color #E0F7AC: hue angle of 78.4º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E0F7AC is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB224247172-
CMYK0.0900.300.03
HSL78.4º82.42%82.16%-
HSV(B)78.4º30.36%96.86%-
XYZ71.4585.3551.74-
YUV231.5794.38122.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 224 (87.89% from 255) = 34.84%
GREEN value IS 247 (96.88% from 255) = 38.41%
BLUE value IS 172 (67.58% from 255) = 26.75%
R=34.84%
G=38.41%
B=26.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2242471720.0900.300.0378.482.4282.16
HexE0F7AC901E34e5252
Octal340367254110363116122122
Binary111000001111011110101100100101111011100111010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F7AC; }

 p { color: rgb(224,247,172); }

 H1.HeaderClassName
 {
   color: #E0F7AC;
 }
 .AnyTagClassName
 {
   color: #E0F7AC;
 }
</style>
background-color css

<style>
 a { background-color: #E0F7AC; }

 a { background-color: rgb(224,247,172); }

 div.DivClassName
 {
   background-color: #E0F7AC;
 }
 .BgClassName
 {
   background-color: #E0F7AC;
 }
</style>
border-color css

<style>
 span { border-color: #E0F7AC; }

 span { border-color: rgb(224,247,172); }

 td.TdClassName
 {
   border-color: #E0F7AC;
 }
 .TagClassName
 {
   border-color: #E0F7AC;
 }
</style>