#EEFDB5

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

Shades of Australian Mint #EEFDB5

Tints of Australian Mint #EEFDB5

Color information

#EEFDB5 (or 0xEEFDB5) is unknown color: approx Australian Mint. HEX triplet: EE, FD and B5. RGB value is (238,253,181). Sum of RGB (Red+Green+Blue) = 238+253+181=672 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.42% from 672); Green value is 253 (99.22% from 255 or 37.65% from 672); Blue value is 181 (71.09% from 255 or 26.93% from 672); Max value from RGB is 253 - color contains mainly: green. Hex color #EEFDB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEFDB5 is #11024A. Grayscale: #F0F0F0. Windows color (decimal): -1114699 or 11927022. OLE color: 11927022.

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

Color convert

RGB238253181-
CMYK0.0600.280.01
HSL72.5º94.74%85.1%-
HSV(B)72.5º28.46%99.22%-
XYZ78.7391.7657.28-
YUV240.3194.53126.35-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.42%
GREEN value IS 253 (99.22% from 255) = 37.65%
BLUE value IS 181 (71.09% from 255) = 26.93%
R=35.42%
G=37.65%
B=26.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2382531810.0600.280.0172.594.7485.1
HexEEFDB5601C1485f55
Octal35637526560341110137125
Binary1110111011111101101101011100111001100100010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEFDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEFDB5; }

 p { color: rgb(238,253,181); }

 H1.HeaderClassName
 {
   color: #EEFDB5;
 }
 .AnyTagClassName
 {
   color: #EEFDB5;
 }
</style>
background-color css

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

 a { background-color: rgb(238,253,181); }

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

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

 span { border-color: rgb(238,253,181); }

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