#EFF8A8

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

Shades of Australian Mint #EFF8A8

Tints of Australian Mint #EFF8A8

Color information

#EFF8A8 (or 0xEFF8A8) is unknown color: approx Australian Mint. HEX triplet: EF, F8 and A8. RGB value is (239,248,168). Sum of RGB (Red+Green+Blue) = 239+248+168=655 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.49% from 655); Green value is 248 (97.27% from 255 or 37.86% from 655); Blue value is 168 (66.02% from 255 or 25.65% from 655); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF8A8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF8A8 is #100757. Grayscale: #ECECEC. Windows color (decimal): -1050456 or 11073775. OLE color: 11073775.

HSL color Cylindrical-coordinate representation of color #EFF8A8: hue angle of 66.75º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EFF8A8 is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.03.

Color convert

RGB239248168-
CMYK0.0400.320.03
HSL66.75º85.11%81.57%-
HSV(B)66.75º32.26%97.25%-
XYZ76.2388.3150.07-
YUV236.1989.52130-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.49%
GREEN value IS 248 (97.27% from 255) = 37.86%
BLUE value IS 168 (66.02% from 255) = 25.65%
R=36.49%
G=37.86%
B=25.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2392481680.0400.320.0366.7585.1181.57
HexEFF8A840203435552
Octal35737025040403103125122
Binary111011111111100010101000100010000011100001110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF8A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF8A8; }

 p { color: rgb(239,248,168); }

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

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

 a { background-color: rgb(239,248,168); }

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

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

 span { border-color: rgb(239,248,168); }

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