Html Css Color HEX #EBF5B2 Australian Mint

📋 copy color: '#EBF5B2'

red 235 ◦ green 245 ◦ blue 178

#EBF5B2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Australian Mint #EBF5B2

Tints of Australian Mint #EBF5B2

RGB

 RED value IS 235 (92.19% from 255) = 35.71%

 GREEN value IS 245 (96.09% from 255) = 37.23%

 BLUE value IS 178 (69.92% from 255) = 27.05%

R = 35.71%
G = 37.23%
B = 27.05%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.27

 K value IS 0.04

RGB Variations

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

Color information

#EBF5B2 (or 0xEBF5B2) is known color: Australian Mint. HEX triplet: EB, F5 and B2. RGB value is (235,245,178). Sum of RGB (Red+Green+Blue) = 235+245+178=658 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.71% from 658); Green value is 245 (96.09% from 255 or 37.23% from 658); Blue value is 178 (69.92% from 255 or 27.05% from 658); Max value from RGB is 245 - color contains mainly: green. Hex color #EBF5B2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF5B2 is #140A4D. Grayscale: #EAEAEA. Windows color (decimal): -1313358 or 11728363. OLE color: 11728363.

HSL color Cylindrical-coordinate representation of color #EBF5B2: hue angle of 68.96º degrees, saturation: 0.77, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EBF5B2 is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.04.

Color convert

RGB 235 245 178 -
CMYK 0.04 0 0.27 0.04
HSL 68.96º 0.77% 0.83% -
HSV(B) 68.96º 0.27% 0.96% -
XYZ 74.95 86.18 54.8 -
YUV 234.37 96.19 128.45 -
System Red Green Blue C M Y K H S L
Decimal 235 245 178 0.04 0 0.27 0.04 68.96 0.77 0.83
Hex EB F5 B2 4 0 1B 4 45 4D 53
Octal 353 365 262 4 0 33 4 105 115 123
Binary 11101011 11110101 10110010 100 0 11011 100 1000101 1001101 1010011

Color Harmonies of #EBF5B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF5B2

Black with #EBF5B2

Text Example


Text Example

White with #EBF5B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF5B2; }

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

 H1.HeaderClassName
 {
   color: #EBF5B2;
 }
 .AnyTagClassName
 {
   color: #EBF5B2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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