#EAFEAB

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

Shades of Australian Mint #EAFEAB

Tints of Australian Mint #EAFEAB

Color information

#EAFEAB (or 0xEAFEAB) is unknown color: approx Australian Mint. HEX triplet: EA, FE and AB. RGB value is (234,254,171). Sum of RGB (Red+Green+Blue) = 234+254+171=659 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.51% from 659); Green value is 254 (99.61% from 255 or 38.54% from 659); Blue value is 171 (67.19% from 255 or 25.95% from 659); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFEAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFEAB is #150154. Grayscale: #EEEEEE. Windows color (decimal): -1376597 or 11271914. OLE color: 11271914.

HSL color Cylindrical-coordinate representation of color #EAFEAB: hue angle of 74.46º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EAFEAB is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.

Color convert

RGB234254171-
CMYK0.0800.330.00
HSL74.46º97.65%83.33%-
HSV(B)74.46º32.68%99.61%-
XYZ76.7291.3252.11-
YUV238.5689.87124.75-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.51%
GREEN value IS 254 (99.61% from 255) = 38.54%
BLUE value IS 171 (67.19% from 255) = 25.95%
R=35.51%
G=38.54%
B=25.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2342541710.0800.330.0074.4697.6583.33
HexEAFEAB802104a6253
Octal352376253100410112142123
Binary111010101111111010101011100001000010100101011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFEAB; }

 p { color: rgb(234,254,171); }

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

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

 a { background-color: rgb(234,254,171); }

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

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

 span { border-color: rgb(234,254,171); }

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