Html Css Color HEX #EAFDB4 Australian Mint

📋 copy color: '#EAFDB4'

red 234 ◦ green 253 ◦ blue 180

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

Shades of Australian Mint #EAFDB4

Tints of Australian Mint #EAFDB4

RGB

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

 GREEN value IS 253 (99.22% from 255) = 37.93%

 BLUE value IS 180 (70.7% from 255) = 26.99%

R = 35.08%
G = 37.93%
B = 26.99%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#EAFDB4 (or 0xEAFDB4) is known color: Australian Mint. HEX triplet: EA, FD and B4. RGB value is (234,253,180). Sum of RGB (Red+Green+Blue) = 234+253+180=667 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.08% from 667); Green value is 253 (99.22% from 255 or 37.93% from 667); Blue value is 180 (70.70% from 255 or 26.99% from 667); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFDB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFDB4 is #15024B. Grayscale: #EFEFEF. Windows color (decimal): -1376844 or 11861482. OLE color: 11861482.

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

Color convert

RGB 234 253 180 -
CMYK 0.08 0 0.29 0.01
HSL 75.62º 0.95% 0.85% -
HSV(B) 75.62º 0.29% 0.99% -
XYZ 77.3 91.04 56.68 -
YUV 239 94.71 124.44 -
System Red Green Blue C M Y K H S L
Decimal 234 253 180 0.08 0 0.29 0.01 75.62 0.95 0.85
Hex EA FD B4 8 0 1D 1 4C 5F 55
Octal 352 375 264 10 0 35 1 114 137 125
Binary 11101010 11111101 10110100 1000 0 11101 1 1001100 1011111 1010101

Color Harmonies of #EAFDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFDB4

Black with #EAFDB4

Text Example


Text Example

White with #EAFDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFDB4; }

 p { color: rgb(234,253,180); }

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

background-color css

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

 a { background-color: rgb(234,253,180); }

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

border-color css

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

 span { border-color: rgb(234,253,180); }

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