#EAFEAF

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

Shades of Australian Mint #EAFEAF

Tints of Australian Mint #EAFEAF

Color information

#EAFEAF (or 0xEAFEAF) is unknown color: approx Australian Mint. HEX triplet: EA, FE and AF. RGB value is (234,254,175). Sum of RGB (Red+Green+Blue) = 234+254+175=663 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.29% from 663); Green value is 254 (99.61% from 255 or 38.31% from 663); Blue value is 175 (68.75% from 255 or 26.40% from 663); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFEAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFEAF is #150150. Grayscale: #EFEFEF. Windows color (decimal): -1376593 or 11534058. OLE color: 11534058.

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

Color convert

RGB234254175-
CMYK0.0800.310.00
HSL75.19º97.53%84.12%-
HSV(B)75.19º31.1%99.61%-
XYZ77.1191.4754.15-
YUV239.0191.87124.42-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.29%
GREEN value IS 254 (99.61% from 255) = 38.31%
BLUE value IS 175 (68.75% from 255) = 26.40%
R=35.29%
G=38.31%
B=26.40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2342541750.0800.310.0075.1997.5384.12
HexEAFEAF801F04b6254
Octal352376257100370113142124
Binary11101010111111101010111110000111110100101111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFEAF; }

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

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

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

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

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

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

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

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