Html Css Color HEX #EAFFAB Australian Mint

📋 copy color: '#EAFFAB'

red 234 ◦ green 255 ◦ blue 171

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

Shades of Australian Mint #EAFFAB

Tints of Australian Mint #EAFFAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 25.91%

R = 35.45%
G = 38.64%
B = 25.91%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#EAFFAB (or 0xEAFFAB) is known color: Australian Mint. HEX triplet: EA, FF and AB. RGB value is (234,255,171). Sum of RGB (Red+Green+Blue) = 234+255+171=660 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.45% from 660); Green value is 255 (100% from 255 or 38.64% from 660); Blue value is 171 (67.19% from 255 or 25.91% from 660); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFFAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFFAB is #150054. Grayscale: #EFEFEF. Windows color (decimal): -1376341 or 11272170. OLE color: 11272170.

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

Color convert

RGB 234 255 171 -
CMYK 0.08 0 0.33 0
HSL 75º 1% 0.84% -
HSV(B) 75º 0.33% 1% -
XYZ 77.04 91.95 52.22 -
YUV 239.15 89.54 124.33 -
System Red Green Blue C M Y K H S L
Decimal 234 255 171 0.08 0 0.33 0 75 1 0.84
Hex EA FF AB 8 0 21 0 4B 64 54
Octal 352 377 253 10 0 41 0 113 144 124
Binary 11101010 11111111 10101011 1000 0 100001 0 1001011 1100100 1010100

Color Harmonies of #EAFFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFFAB

Black with #EAFFAB

Text Example


Text Example

White with #EAFFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFFAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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