#E0F3A2

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

Shades of Reef #E0F3A2

Tints of Reef #E0F3A2

Color information

#E0F3A2 (or 0xE0F3A2) is unknown color: approx Reef. HEX triplet: E0, F3 and A2. RGB value is (224,243,162). Sum of RGB (Red+Green+Blue) = 224+243+162=629 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.61% from 629); Green value is 243 (95.31% from 255 or 38.63% from 629); Blue value is 162 (63.67% from 255 or 25.76% from 629); Max value from RGB is 243 - color contains mainly: green. Hex color #E0F3A2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0F3A2 is #1F0C5D. Grayscale: #E4E4E4. Windows color (decimal): -2034782 or 10679264. OLE color: 10679264.

HSL color Cylindrical-coordinate representation of color #E0F3A2: hue angle of 74.07º degrees, saturation: 0.77, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E0F3A2 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB224243162-
CMYK0.0800.330.05
HSL74.07º77.14%79.41%-
HSV(B)74.07º33.33%95.29%-
XYZ69.3182.5646.46-
YUV228.0890.71125.09-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.61%
GREEN value IS 243 (95.31% from 255) = 38.63%
BLUE value IS 162 (63.67% from 255) = 25.76%
R=35.61%
G=38.63%
B=25.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2242431620.0800.330.0574.0777.1479.41
HexE0F3A2802154a4d4f
Octal340363242100415112115117
Binary11100000111100111010001010000100001101100101010011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F3A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F3A2; }

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

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

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

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

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

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

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

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