#EAFDAC

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

Shades of Australian Mint #EAFDAC

Tints of Australian Mint #EAFDAC

Color information

#EAFDAC (or 0xEAFDAC) is unknown color: approx Australian Mint. HEX triplet: EA, FD and AC. RGB value is (234,253,172). Sum of RGB (Red+Green+Blue) = 234+253+172=659 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.51% from 659); Green value is 253 (99.22% from 255 or 38.39% from 659); Blue value is 172 (67.58% from 255 or 26.10% from 659); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFDAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFDAC is #150253. Grayscale: #EEEEEE. Windows color (decimal): -1376852 or 11337194. OLE color: 11337194.

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

Color convert

RGB234253172-
CMYK0.0800.320.01
HSL74.07º95.29%83.33%-
HSV(B)74.07º32.02%99.22%-
XYZ76.590.7252.51-
YUV238.0890.71125.09-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.51%
GREEN value IS 253 (99.22% from 255) = 38.39%
BLUE value IS 172 (67.58% from 255) = 26.10%
R=35.51%
G=38.39%
B=26.10%

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
Decimal2342531720.0800.320.0174.0795.2983.33
HexEAFDAC802014a5f53
Octal352375254100401112137123
Binary111010101111110110101100100001000001100101010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFDAC; }

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

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

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

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

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

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

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

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