#EBFBF5

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

Shades of Mint Cream #EBFBF5

Tints of Mint Cream #EBFBF5

Color information

#EBFBF5 (or 0xEBFBF5) is unknown color: approx Mint Cream. HEX triplet: EB, FB and F5. RGB value is (235,251,245). Sum of RGB (Red+Green+Blue) = 235+251+245=731 (96% of max value = 765). Red value is 235 (92.19% from 255 or 32.15% from 731); Green value is 251 (98.44% from 255 or 34.34% from 731); Blue value is 245 (96.09% from 255 or 33.52% from 731); Max value from RGB is 251 - color contains mainly: green. Hex color #EBFBF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBFBF5 is #14040A. Grayscale: #F5F5F5. Windows color (decimal): -1311755 or 16120811. OLE color: 16120811.

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

Color convert

RGB235251245-
CMYK0.0600.020.02
HSL157.5º66.67%95.29%-
HSV(B)157.5º6.37%98.43%-
XYZ85.2493.2599.89-
YUV245.53127.7120.49-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.15%
GREEN value IS 251 (98.44% from 255) = 34.34%
BLUE value IS 245 (96.09% from 255) = 33.52%
R=32.15%
G=34.34%
B=33.52%

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
Decimal2352512450.0600.020.02157.566.6795.29
HexEBFBF560229e435f
Octal3533733656022236103137
Binary111010111111101111110101110010101001111010000111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFBF5; }

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

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

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

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

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

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

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

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