#EAFAF3

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

Shades of Mint Cream #EAFAF3

Tints of Mint Cream #EAFAF3

Color information

#EAFAF3 (or 0xEAFAF3) is unknown color: approx Mint Cream. HEX triplet: EA, FA and F3. RGB value is (234,250,243). Sum of RGB (Red+Green+Blue) = 234+250+243=727 (96% of max value = 765). Red value is 234 (91.80% from 255 or 32.19% from 727); Green value is 250 (98.05% from 255 or 34.39% from 727); Blue value is 243 (95.31% from 255 or 33.43% from 727); Max value from RGB is 250 - color contains mainly: green. Hex color #EAFAF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAFAF3 is #15050C. Grayscale: #F4F4F4. Windows color (decimal): -1377549 or 15989482. OLE color: 15989482.

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

Color convert

RGB234250243-
CMYK0.0600.030.02
HSL153.75º61.54%94.9%-
HSV(B)153.75º6.4%98.04%-
XYZ84.2992.3398.17-
YUV244.42127.2120.57-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.19%
GREEN value IS 250 (98.05% from 255) = 34.39%
BLUE value IS 243 (95.31% from 255) = 33.43%
R=32.19%
G=34.39%
B=33.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342502430.0600.030.02153.7561.5494.9
HexEAFAF360329a3e5f
Octal352372363603223276137
Binary11101010111110101111001111001110100110101111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFAF3; }

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

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

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

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

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

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

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

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