#EAFDB4

Color #EAFDB4 Australian Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Australian Mint #EAFDB4

Tints of Australian Mint #EAFDB4

Color information

#EAFDB4 (or 0xEAFDB4) is unknown color: approx 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

RGB234253180-
CMYK0.0800.290.01
HSL75.62º94.81%84.9%-
HSV(B)75.62º28.85%99.22%-
XYZ77.391.0456.68-
YUV23994.71124.44-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.08%
GREEN value IS 253 (99.22% from 255) = 37.93%
BLUE value IS 180 (70.70% from 255) = 26.99%
R=35.08%
G=37.93%
B=26.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342531800.0800.290.0175.6294.8184.9
HexEAFDB4801D14c5f55
Octal352375264100351114137125
Binary11101010111111011011010010000111011100110010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>