#EAF9B0

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

Shades of Australian Mint #EAF9B0

Tints of Australian Mint #EAF9B0

Color information

#EAF9B0 (or 0xEAF9B0) is unknown color: approx Australian Mint. HEX triplet: EA, F9 and B0. RGB value is (234,249,176). Sum of RGB (Red+Green+Blue) = 234+249+176=659 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.51% from 659); Green value is 249 (97.66% from 255 or 37.78% from 659); Blue value is 176 (69.14% from 255 or 26.71% from 659); Max value from RGB is 249 - color contains mainly: green. Hex color #EAF9B0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF9B0 is #15064F. Grayscale: #ECECEC. Windows color (decimal): -1377872 or 11598314. OLE color: 11598314.

HSL color Cylindrical-coordinate representation of color #EAF9B0: hue angle of 72.33º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EAF9B0 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB234249176-
CMYK0.0600.290.02
HSL72.33º85.88%83.33%-
HSV(B)72.33º29.32%97.65%-
XYZ75.6488.3854.15-
YUV236.1994.03126.44-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.51%
GREEN value IS 249 (97.66% from 255) = 37.78%
BLUE value IS 176 (69.14% from 255) = 26.71%
R=35.51%
G=37.78%
B=26.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342491760.0600.290.0272.3385.8883.33
HexEAF9B0601D2485653
Octal35237126060352110126123
Binary11101010111110011011000011001110110100100010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF9B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF9B0; }

 p { color: rgb(234,249,176); }

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

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

 a { background-color: rgb(234,249,176); }

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

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

 span { border-color: rgb(234,249,176); }

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