#EAF8A8

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

Shades of Australian Mint #EAF8A8

Tints of Australian Mint #EAF8A8

Color information

#EAF8A8 (or 0xEAF8A8) is unknown color: approx Australian Mint. HEX triplet: EA, F8 and A8. RGB value is (234,248,168). Sum of RGB (Red+Green+Blue) = 234+248+168=650 (86% of max value = 765). Red value is 234 (91.80% from 255 or 36% from 650); Green value is 248 (97.27% from 255 or 38.15% from 650); Blue value is 168 (66.02% from 255 or 25.85% from 650); Max value from RGB is 248 - color contains mainly: green. Hex color #EAF8A8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF8A8 is #150757. Grayscale: #EAEAEA. Windows color (decimal): -1378136 or 11073770. OLE color: 11073770.

HSL color Cylindrical-coordinate representation of color #EAF8A8: hue angle of 70.5º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EAF8A8 is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.03.

Color convert

RGB234248168-
CMYK0.0600.320.03
HSL70.5º85.11%81.57%-
HSV(B)70.5º32.26%97.25%-
XYZ74.5787.4550-
YUV234.6990.36127.5-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36%
GREEN value IS 248 (97.27% from 255) = 38.15%
BLUE value IS 168 (66.02% from 255) = 25.85%
R=36%
G=38.15%
B=25.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2342481680.0600.320.0370.585.1181.57
HexEAF8A860203465552
Octal35237025060403106125122
Binary111010101111100010101000110010000011100011010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF8A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF8A8; }

 p { color: rgb(234,248,168); }

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

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

 a { background-color: rgb(234,248,168); }

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

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

 span { border-color: rgb(234,248,168); }

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