Html Css Color HEX #EAFFB2 Australian Mint

📋 copy color: '#EAFFB2'

red 234 ◦ green 255 ◦ blue 178

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

Shades of Australian Mint #EAFFB2

Tints of Australian Mint #EAFFB2

RGB

 RED value IS 234 (91.8% from 255) = 35.08%

 GREEN value IS 255 (100% from 255) = 38.23%

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

R = 35.08%
G = 38.23%
B = 26.69%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#EAFFB2 (or 0xEAFFB2) is known color: Australian Mint. HEX triplet: EA, FF and B2. RGB value is (234,255,178). Sum of RGB (Red+Green+Blue) = 234+255+178=667 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.08% from 667); Green value is 255 (100% from 255 or 38.23% from 667); Blue value is 178 (69.92% from 255 or 26.69% from 667); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFFB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFFB2 is #15004D. Grayscale: #F0F0F0. Windows color (decimal): -1376334 or 11730922. OLE color: 11730922.

HSL color Cylindrical-coordinate representation of color #EAFFB2: hue angle of 76.36º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EAFFB2 is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.

Color convert

RGB 234 255 178 -
CMYK 0.08 0 0.30 0
HSL 76.36º 1% 0.85% -
HSV(B) 76.36º 0.3% 1% -
XYZ 77.73 92.23 55.82 -
YUV 239.94 93.04 123.76 -
System Red Green Blue C M Y K H S L
Decimal 234 255 178 0.08 0 0.30 0 76.36 1 0.85
Hex EA FF B2 8 0 1E 0 4C 64 55
Octal 352 377 262 10 0 36 0 114 144 125
Binary 11101010 11111111 10110010 1000 0 11110 0 1001100 1100100 1010101

Color Harmonies of #EAFFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFFB2

Black with #EAFFB2

Text Example


Text Example

White with #EAFFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFFB2; }

 p { color: rgb(234,255,178); }

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

background-color css

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

 a { background-color: rgb(234,255,178); }

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

border-color css

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

 span { border-color: rgb(234,255,178); }

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