#EBFAF5

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

Shades of Mint Cream #EBFAF5

Tints of Mint Cream #EBFAF5

Color information

#EBFAF5 (or 0xEBFAF5) is unknown color: approx Mint Cream. HEX triplet: EB, FA and F5. RGB value is (235,250,245). Sum of RGB (Red+Green+Blue) = 235+250+245=730 (96% of max value = 765). Red value is 235 (92.19% from 255 or 32.19% from 730); Green value is 250 (98.05% from 255 or 34.25% from 730); Blue value is 245 (96.09% from 255 or 33.56% from 730); Max value from RGB is 250 - color contains mainly: green. Hex color #EBFAF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBFAF5 is #14050A. Grayscale: #F4F4F4. Windows color (decimal): -1312011 or 16120555. OLE color: 16120555.

HSL color Cylindrical-coordinate representation of color #EBFAF5: hue angle of 160º degrees, saturation: 0.6, 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 #EBFAF5 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB235250245-
CMYK0.0600.020.02
HSL160º60%95.1%-
HSV(B)160º6%98.04%-
XYZ84.9392.6399.79-
YUV244.94128.03120.91-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.19%
GREEN value IS 250 (98.05% from 255) = 34.25%
BLUE value IS 245 (96.09% from 255) = 33.56%
R=32.19%
G=34.25%
B=33.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352502450.0600.020.021606095.1
HexEBFAF56022a03c5f
Octal353372365602224074137
Binary11101011111110101111010111001010101000001111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFAF5; }

 p { color: rgb(235,250,245); }

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

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

 a { background-color: rgb(235,250,245); }

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

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

 span { border-color: rgb(235,250,245); }

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