#E0FFA1

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

Shades of Reef #E0FFA1

Tints of Reef #E0FFA1

Color information

#E0FFA1 (or 0xE0FFA1) is unknown color: approx Reef. HEX triplet: E0, FF and A1. RGB value is (224,255,161). Sum of RGB (Red+Green+Blue) = 224+255+161=640 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35% from 640); Green value is 255 (100% from 255 or 39.84% from 640); Blue value is 161 (63.28% from 255 or 25.16% from 640); Max value from RGB is 255 - color contains mainly: green. Hex color #E0FFA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0FFA1 is #1F005E. Grayscale: #EBEBEB. Windows color (decimal): -2031711 or 10616800. OLE color: 10616800.

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

Color convert

RGB224255161-
CMYK0.1200.370
HSL79.79º100%81.57%-
HSV(B)79.79º36.86%100%-
XYZ72.9389.9447.23-
YUV235.0286.23120.14-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35%
GREEN value IS 255 (100% from 255) = 39.84%
BLUE value IS 161 (63.28% from 255) = 25.16%
R=35%
G=39.84%
B=25.16%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2242551610.1200.37079.7910081.57
HexE0FFA1C0250506452
Octal340377241140450120144122
Binary111000001111111110100001110001001010101000011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FFA1; }

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

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

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

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

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

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

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

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