#E0FFA4

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

Shades of Reef #E0FFA4

Tints of Reef #E0FFA4

Color information

#E0FFA4 (or 0xE0FFA4) is unknown color: approx Reef. HEX triplet: E0, FF and A4. RGB value is (224,255,164). Sum of RGB (Red+Green+Blue) = 224+255+164=643 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.84% from 643); Green value is 255 (100% from 255 or 39.66% from 643); Blue value is 164 (64.45% from 255 or 25.51% from 643); Max value from RGB is 255 - color contains mainly: green. Hex color #E0FFA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0FFA4 is #1F005B. Grayscale: #EBEBEB. Windows color (decimal): -2031708 or 10813408. OLE color: 10813408.

HSL color Cylindrical-coordinate representation of color #E0FFA4: hue angle of 80.44º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E0FFA4 is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.

Color convert

RGB224255164-
CMYK0.1200.360
HSL80.44º100%82.16%-
HSV(B)80.44º35.69%100%-
XYZ73.290.0548.64-
YUV235.3687.73119.9-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.84%
GREEN value IS 255 (100% from 255) = 39.66%
BLUE value IS 164 (64.45% from 255) = 25.51%
R=34.84%
G=39.66%
B=25.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2242551640.1200.36080.4410082.16
HexE0FFA4C0240506452
Octal340377244140440120144122
Binary111000001111111110100100110001001000101000011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FFA4; }

 p { color: rgb(224,255,164); }

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

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

 a { background-color: rgb(224,255,164); }

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

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

 span { border-color: rgb(224,255,164); }

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