Html Css Color HEX #EBFAA2 Australian Mint

📋 copy color: '#EBFAA2'

red 235 ◦ green 250 ◦ blue 162

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

Shades of Australian Mint #EBFAA2

Tints of Australian Mint #EBFAA2

RGB

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

 GREEN value IS 250 (98.05% from 255) = 38.64%

 BLUE value IS 162 (63.67% from 255) = 25.04%

R = 36.32%
G = 38.64%
B = 25.04%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#EBFAA2 (or 0xEBFAA2) is known color: Australian Mint. HEX triplet: EB, FA and A2. RGB value is (235,250,162). Sum of RGB (Red+Green+Blue) = 235+250+162=647 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.32% from 647); Green value is 250 (98.05% from 255 or 38.64% from 647); Blue value is 162 (63.67% from 255 or 25.04% from 647); Max value from RGB is 250 - color contains mainly: green. Hex color #EBFAA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBFAA2 is #14055D. Grayscale: #EBEBEB. Windows color (decimal): -1312094 or 10681067. OLE color: 10681067.

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

Color convert

RGB 235 250 162 -
CMYK 0.06 0 0.35 0.02
HSL 70.23º 0.9% 0.81% -
HSV(B) 70.23º 0.35% 0.98% -
XYZ 74.97 88.64 47.34 -
YUV 235.48 86.53 127.66 -
System Red Green Blue C M Y K H S L
Decimal 235 250 162 0.06 0 0.35 0.02 70.23 0.9 0.81
Hex EB FA A2 6 0 23 2 46 5A 51
Octal 353 372 242 6 0 43 2 106 132 121
Binary 11101011 11111010 10100010 110 0 100011 10 1000110 1011010 1010001

Color Harmonies of #EBFAA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBFAA2

Black with #EBFAA2

Text Example


Text Example

White with #EBFAA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBFAA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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