#EAFEF4

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

Shades of Mint Cream #EAFEF4

Tints of Mint Cream #EAFEF4

Color information

#EAFEF4 (or 0xEAFEF4) is unknown color: approx Mint Cream. HEX triplet: EA, FE and F4. RGB value is (234,254,244). Sum of RGB (Red+Green+Blue) = 234+254+244=732 (96% of max value = 765). Red value is 234 (91.80% from 255 or 31.97% from 732); Green value is 254 (99.61% from 255 or 34.70% from 732); Blue value is 244 (95.70% from 255 or 33.33% from 732); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFEF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFEF4 is #15010B. Grayscale: #F6F6F6. Windows color (decimal): -1376524 or 16056042. OLE color: 16056042.

HSL color Cylindrical-coordinate representation of color #EAFEF4: hue angle of 150º degrees, saturation: 0.91, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EAFEF4 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.00.

Color convert

RGB234254244-
CMYK0.0800.040.00
HSL150º90.91%95.69%-
HSV(B)150º7.87%99.61%-
XYZ85.794.9199.39-
YUV246.88126.37118.81-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 31.97%
GREEN value IS 254 (99.61% from 255) = 34.70%
BLUE value IS 244 (95.70% from 255) = 33.33%
R=31.97%
G=34.70%
B=33.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2342542440.0800.040.0015090.9195.69
HexEAFEF48040965b60
Octal35237636410040226133140
Binary1110101011111110111101001000010001001011010110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFEF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFEF4; }

 p { color: rgb(234,254,244); }

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

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

 a { background-color: rgb(234,254,244); }

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

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

 span { border-color: rgb(234,254,244); }

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