#EBFCF5

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

Shades of Mint Cream #EBFCF5

Tints of Mint Cream #EBFCF5

Color information

#EBFCF5 (or 0xEBFCF5) is unknown color: approx Mint Cream. HEX triplet: EB, FC and F5. RGB value is (235,252,245). Sum of RGB (Red+Green+Blue) = 235+252+245=732 (96% of max value = 765). Red value is 235 (92.19% from 255 or 32.10% from 732); Green value is 252 (98.83% from 255 or 34.43% from 732); Blue value is 245 (96.09% from 255 or 33.47% from 732); Max value from RGB is 252 - color contains mainly: green. Hex color #EBFCF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBFCF5 is #14030A. Grayscale: #F6F6F6. Windows color (decimal): -1311499 or 16121067. OLE color: 16121067.

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

Color convert

RGB235252245-
CMYK0.0700.030.01
HSL155.29º73.91%95.49%-
HSV(B)155.29º6.75%98.82%-
XYZ85.5593.88100-
YUV246.12127.37120.07-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 32.10%
GREEN value IS 252 (98.83% from 255) = 34.43%
BLUE value IS 245 (96.09% from 255) = 33.47%
R=32.10%
G=34.43%
B=33.47%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2352522450.0700.030.01155.2973.9195.49
HexEBFCF570319b4a5f
Octal3533743657031233112137
Binary11101011111111001111010111101111001101110010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFCF5; }

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

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

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

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

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

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

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

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