#EAF8F2

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

Shades of Mint Cream #EAF8F2

Tints of Mint Cream #EAF8F2

Color information

#EAF8F2 (or 0xEAF8F2) is unknown color: approx Mint Cream. HEX triplet: EA, F8 and F2. RGB value is (234,248,242). Sum of RGB (Red+Green+Blue) = 234+248+242=724 (95% of max value = 765). Red value is 234 (91.80% from 255 or 32.32% from 724); Green value is 248 (97.27% from 255 or 34.25% from 724); Blue value is 242 (94.92% from 255 or 33.43% from 724); Max value from RGB is 248 - color contains mainly: green. Hex color #EAF8F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF8F2 is #15070D. Grayscale: #F3F3F3. Windows color (decimal): -1378062 or 15923434. OLE color: 15923434.

HSL color Cylindrical-coordinate representation of color #EAF8F2: hue angle of 154.29º degrees, saturation: 0.5, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EAF8F2 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB234248242-
CMYK0.0600.020.03
HSL154.29º50%94.51%-
HSV(B)154.29º5.65%97.25%-
XYZ83.5391.0497.17-
YUV243.13127.36121.49-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.32%
GREEN value IS 248 (97.27% from 255) = 34.25%
BLUE value IS 242 (94.92% from 255) = 33.43%
R=32.32%
G=34.25%
B=33.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2342482420.0600.020.03154.295094.51
HexEAF8F260239a325f
Octal352370362602323262137
Binary11101010111110001111001011001011100110101100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF8F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF8F2; }

 p { color: rgb(234,248,242); }

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

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

 a { background-color: rgb(234,248,242); }

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

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

 span { border-color: rgb(234,248,242); }

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