Html Css Color HEX #EAFFB5 Australian Mint

📋 copy color: '#EAFFB5'

red 234 ◦ green 255 ◦ blue 181

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

Shades of Australian Mint #EAFFB5

Tints of Australian Mint #EAFFB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 27.01%

R = 34.93%
G = 38.06%
B = 27.01%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#EAFFB5 (or 0xEAFFB5) is known color: Australian Mint. HEX triplet: EA, FF and B5. RGB value is (234,255,181). Sum of RGB (Red+Green+Blue) = 234+255+181=670 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.93% from 670); Green value is 255 (100% from 255 or 38.06% from 670); Blue value is 181 (71.09% from 255 or 27.01% from 670); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFFB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFFB5 is #15004A. Grayscale: #F0F0F0. Windows color (decimal): -1376331 or 11927530. OLE color: 11927530.

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

Color convert

RGB 234 255 181 -
CMYK 0.08 0 0.29 0
HSL 77.03º 1% 0.85% -
HSV(B) 77.03º 0.29% 1% -
XYZ 78.03 92.35 57.43 -
YUV 240.29 94.54 123.52 -
System Red Green Blue C M Y K H S L
Decimal 234 255 181 0.08 0 0.29 0 77.03 1 0.85
Hex EA FF B5 8 0 1D 0 4D 64 55
Octal 352 377 265 10 0 35 0 115 144 125
Binary 11101010 11111111 10110101 1000 0 11101 0 1001101 1100100 1010101

Color Harmonies of #EAFFB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFFB5

Black with #EAFFB5

Text Example


Text Example

White with #EAFFB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFFB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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