#EAFDAD

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

Shades of Australian Mint #EAFDAD

Tints of Australian Mint #EAFDAD

Color information

#EAFDAD (or 0xEAFDAD) is unknown color: approx Australian Mint. HEX triplet: EA, FD and AD. RGB value is (234,253,173). Sum of RGB (Red+Green+Blue) = 234+253+173=660 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.45% from 660); Green value is 253 (99.22% from 255 or 38.33% from 660); Blue value is 173 (67.97% from 255 or 26.21% from 660); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFDAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFDAD is #150252. Grayscale: #EEEEEE. Windows color (decimal): -1376851 or 11402730. OLE color: 11402730.

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

Color convert

RGB234253173-
CMYK0.0800.320.01
HSL74.25º95.24%83.53%-
HSV(B)74.25º31.62%99.22%-
XYZ76.690.7653.02-
YUV238.291.21125-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.45%
GREEN value IS 253 (99.22% from 255) = 38.33%
BLUE value IS 173 (67.97% from 255) = 26.21%
R=35.45%
G=38.33%
B=26.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2342531730.0800.320.0174.2595.2483.53
HexEAFDAD802014a5f54
Octal352375255100401112137124
Binary111010101111110110101101100001000001100101010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFDAD; }

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

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

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

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

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

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

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

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