#EFFEB0

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

Shades of Australian Mint #EFFEB0

Tints of Australian Mint #EFFEB0

Color information

#EFFEB0 (or 0xEFFEB0) is unknown color: approx Australian Mint. HEX triplet: EF, FE and B0. RGB value is (239,254,176). Sum of RGB (Red+Green+Blue) = 239+254+176=669 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.72% from 669); Green value is 254 (99.61% from 255 or 37.97% from 669); Blue value is 176 (69.14% from 255 or 26.31% from 669); Max value from RGB is 254 - color contains mainly: green. Hex color #EFFEB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFEB0 is #10014F. Grayscale: #F0F0F0. Windows color (decimal): -1048912 or 11599599. OLE color: 11599599.

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

Color convert

RGB239254176-
CMYK0.0600.310.00
HSL71.54º97.5%84.31%-
HSV(B)71.54º30.71%99.61%-
XYZ78.8792.3754.75-
YUV240.6291.53126.84-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.72%
GREEN value IS 254 (99.61% from 255) = 37.97%
BLUE value IS 176 (69.14% from 255) = 26.31%
R=35.72%
G=37.97%
B=26.31%

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
Decimal2392541760.0600.310.0071.5497.584.31
HexEFFEB0601F0486254
Octal35737626060370110142124
Binary1110111111111110101100001100111110100100011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFEB0; }

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

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

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

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

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

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

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

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