#E0FFA2

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

Shades of Reef #E0FFA2

Tints of Reef #E0FFA2

Color information

#E0FFA2 (or 0xE0FFA2) is unknown color: approx Reef. HEX triplet: E0, FF and A2. RGB value is (224,255,162). Sum of RGB (Red+Green+Blue) = 224+255+162=641 (84% of max value = 765). Red value is 224 (87.89% from 255 or 34.95% from 641); Green value is 255 (100% from 255 or 39.78% from 641); Blue value is 162 (63.67% from 255 or 25.27% from 641); Max value from RGB is 255 - color contains mainly: green. Hex color #E0FFA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0FFA2 is #1F005D. Grayscale: #EBEBEB. Windows color (decimal): -2031710 or 10682336. OLE color: 10682336.

HSL color Cylindrical-coordinate representation of color #E0FFA2: hue angle of 80º 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 #E0FFA2 is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.

Color convert

RGB224255162-
CMYK0.1200.360
HSL80º100%81.76%-
HSV(B)80º36.47%100%-
XYZ73.0289.9847.7-
YUV235.1386.73120.06-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.95%
GREEN value IS 255 (100% from 255) = 39.78%
BLUE value IS 162 (63.67% from 255) = 25.27%
R=34.95%
G=39.78%
B=25.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2242551620.1200.3608010081.76
HexE0FFA2C0240506452
Octal340377242140440120144122
Binary111000001111111110100010110001001000101000011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FFA2; }

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

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

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

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

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

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

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

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