#EAFBAE

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

Shades of Australian Mint #EAFBAE

Tints of Australian Mint #EAFBAE

Color information

#EAFBAE (or 0xEAFBAE) is unknown color: approx Australian Mint. HEX triplet: EA, FB and AE. RGB value is (234,251,174). Sum of RGB (Red+Green+Blue) = 234+251+174=659 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.51% from 659); Green value is 251 (98.44% from 255 or 38.09% from 659); Blue value is 174 (68.36% from 255 or 26.40% from 659); Max value from RGB is 251 - color contains mainly: green. Hex color #EAFBAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFBAE is #150451. Grayscale: #EDEDED. Windows color (decimal): -1377362 or 11467754. OLE color: 11467754.

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

Color convert

RGB234251174-
CMYK0.0700.310.02
HSL73.25º90.59%83.33%-
HSV(B)73.25º30.68%98.43%-
XYZ76.0789.5453.32-
YUV237.1492.37125.76-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.51%
GREEN value IS 251 (98.44% from 255) = 38.09%
BLUE value IS 174 (68.36% from 255) = 26.40%
R=35.51%
G=38.09%
B=26.40%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342511740.0700.310.0273.2590.5983.33
HexEAFBAE701F2495b53
Octal35237325670372111133123
Binary11101010111110111010111011101111110100100110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFBAE; }

 p { color: rgb(234,251,174); }

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

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

 a { background-color: rgb(234,251,174); }

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

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

 span { border-color: rgb(234,251,174); }

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