#EFFEAF

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

Shades of Australian Mint #EFFEAF

Tints of Australian Mint #EFFEAF

Color information

#EFFEAF (or 0xEFFEAF) is unknown color: approx Australian Mint. HEX triplet: EF, FE and AF. RGB value is (239,254,175). Sum of RGB (Red+Green+Blue) = 239+254+175=668 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.78% from 668); Green value is 254 (99.61% from 255 or 38.02% from 668); Blue value is 175 (68.75% from 255 or 26.20% from 668); Max value from RGB is 254 - color contains mainly: green. Hex color #EFFEAF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFEAF is #100150. Grayscale: #F0F0F0. Windows color (decimal): -1048913 or 11534063. OLE color: 11534063.

HSL color Cylindrical-coordinate representation of color #EFFEAF: hue angle of 71.39º 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 #EFFEAF is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.

Color convert

RGB239254175-
CMYK0.0600.310.00
HSL71.39º97.53%84.12%-
HSV(B)71.39º31.1%99.61%-
XYZ78.7892.3354.23-
YUV240.5191.03126.92-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.78%
GREEN value IS 254 (99.61% from 255) = 38.02%
BLUE value IS 175 (68.75% from 255) = 26.20%
R=35.78%
G=38.02%
B=26.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2392541750.0600.310.0071.3997.5384.12
HexEFFEAF601F0476254
Octal35737625760370107142124
Binary1110111111111110101011111100111110100011111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFEAF; }

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

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

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

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

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

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

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

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