Html Css Color HEX #EAFEB1 Australian Mint

📋 copy color: '#EAFEB1'

red 234 ◦ green 254 ◦ blue 177

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

Shades of Australian Mint #EAFEB1

Tints of Australian Mint #EAFEB1

RGB

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

 GREEN value IS 254 (99.61% from 255) = 38.2%

 BLUE value IS 177 (69.53% from 255) = 26.62%

R = 35.19%
G = 38.2%
B = 26.62%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#EAFEB1 (or 0xEAFEB1) is known color: Australian Mint. HEX triplet: EA, FE and B1. RGB value is (234,254,177). Sum of RGB (Red+Green+Blue) = 234+254+177=665 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.19% from 665); Green value is 254 (99.61% from 255 or 38.20% from 665); Blue value is 177 (69.53% from 255 or 26.62% from 665); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFEB1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFEB1 is #15014E. Grayscale: #EFEFEF. Windows color (decimal): -1376591 or 11665130. OLE color: 11665130.

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

Color convert

RGB 234 254 177 -
CMYK 0.08 0 0.30 0.00
HSL 75.58º 0.97% 0.85% -
HSV(B) 75.58º 0.3% 1% -
XYZ 77.31 91.55 55.19 -
YUV 239.24 92.87 124.26 -
System Red Green Blue C M Y K H S L
Decimal 234 254 177 0.08 0 0.30 0.00 75.58 0.97 0.85
Hex EA FE B1 8 0 1E 0 4C 61 55
Octal 352 376 261 10 0 36 0 114 141 125
Binary 11101010 11111110 10110001 1000 0 11110 0 1001100 1100001 1010101

Color Harmonies of #EAFEB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFEB1

Black with #EAFEB1

Text Example


Text Example

White with #EAFEB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFEB1; }

 p { color: rgb(234,254,177); }

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

background-color css

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

 a { background-color: rgb(234,254,177); }

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

border-color css

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

 span { border-color: rgb(234,254,177); }

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