#EAFBF3

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

Shades of Mint Cream #EAFBF3

Tints of Mint Cream #EAFBF3

Color information

#EAFBF3 (or 0xEAFBF3) is unknown color: approx Mint Cream. HEX triplet: EA, FB and F3. RGB value is (234,251,243). Sum of RGB (Red+Green+Blue) = 234+251+243=728 (96% of max value = 765). Red value is 234 (91.80% from 255 or 32.14% from 728); Green value is 251 (98.44% from 255 or 34.48% from 728); Blue value is 243 (95.31% from 255 or 33.38% from 728); Max value from RGB is 251 - color contains mainly: green. Hex color #EAFBF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFBF3 is #15040C. Grayscale: #F5F5F5. Windows color (decimal): -1377293 or 15989738. OLE color: 15989738.

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

Color convert

RGB234251243-
CMYK0.0700.030.02
HSL151.76º68%95.1%-
HSV(B)151.76º6.77%98.43%-
XYZ84.6192.9698.28-
YUV245126.87120.15-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.14%
GREEN value IS 251 (98.44% from 255) = 34.48%
BLUE value IS 243 (95.31% from 255) = 33.38%
R=32.14%
G=34.48%
B=33.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342512430.0700.030.02151.766895.1
HexEAFBF3703298445f
Octal3523733637032230104137
Binary111010101111101111110011111011101001100010001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFBF3; }

 p { color: rgb(234,251,243); }

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

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

 a { background-color: rgb(234,251,243); }

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

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

 span { border-color: rgb(234,251,243); }

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