Html Css Color HEX #EAFAB2 Australian Mint

📋 copy color: '#EAFAB2'

red 234 ◦ green 250 ◦ blue 178

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

Shades of Australian Mint #EAFAB2

Tints of Australian Mint #EAFAB2

RGB

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

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

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

R = 35.35%
G = 37.76%
B = 26.89%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#EAFAB2 (or 0xEAFAB2) is known color: Australian Mint. HEX triplet: EA, FA and B2. RGB value is (234,250,178). Sum of RGB (Red+Green+Blue) = 234+250+178=662 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.35% from 662); Green value is 250 (98.05% from 255 or 37.76% from 662); Blue value is 178 (69.92% from 255 or 26.89% from 662); Max value from RGB is 250 - color contains mainly: green. Hex color #EAFAB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFAB2 is #15054D. Grayscale: #EDEDED. Windows color (decimal): -1377614 or 11729642. OLE color: 11729642.

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

Color convert

RGB 234 250 178 -
CMYK 0.06 0 0.29 0.02
HSL 73.33º 0.88% 0.84% -
HSV(B) 73.33º 0.29% 0.98% -
XYZ 76.15 89.08 55.3 -
YUV 237.01 94.7 125.85 -
System Red Green Blue C M Y K H S L
Decimal 234 250 178 0.06 0 0.29 0.02 73.33 0.88 0.84
Hex EA FA B2 6 0 1D 2 49 58 54
Octal 352 372 262 6 0 35 2 111 130 124
Binary 11101010 11111010 10110010 110 0 11101 10 1001001 1011000 1010100

Color Harmonies of #EAFAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFAB2

Black with #EAFAB2

Text Example


Text Example

White with #EAFAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFAB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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