Html Css Color HEX #EAFDB3 Australian Mint

📋 copy color: '#EAFDB3'

red 234 ◦ green 253 ◦ blue 179

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

Shades of Australian Mint #EAFDB3

Tints of Australian Mint #EAFDB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 26.88%

R = 35.14%
G = 37.99%
B = 26.88%

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

#EAFDB3 (or 0xEAFDB3) is known color: Australian Mint. HEX triplet: EA, FD and B3. RGB value is (234,253,179). Sum of RGB (Red+Green+Blue) = 234+253+179=666 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.14% from 666); Green value is 253 (99.22% from 255 or 37.99% from 666); Blue value is 179 (70.31% from 255 or 26.88% from 666); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFDB3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAFDB3 is #15024C. Grayscale: #EFEFEF. Windows color (decimal): -1376845 or 11795946. OLE color: 11795946.

HSL color Cylindrical-coordinate representation of color #EAFDB3: hue angle of 75.41º 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 #EAFDB3 is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB 234 253 179 -
CMYK 0.08 0 0.29 0.01
HSL 75.41º 0.95% 0.85% -
HSV(B) 75.41º 0.29% 0.99% -
XYZ 77.19 91 56.14 -
YUV 238.88 94.21 124.52 -
System Red Green Blue C M Y K H S L
Decimal 234 253 179 0.08 0 0.29 0.01 75.41 0.95 0.85
Hex EA FD B3 8 0 1D 1 4B 5F 55
Octal 352 375 263 10 0 35 1 113 137 125
Binary 11101010 11111101 10110011 1000 0 11101 1 1001011 1011111 1010101

Color Harmonies of #EAFDB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFDB3

Black with #EAFDB3

Text Example


Text Example

White with #EAFDB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFDB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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