#EFFCAC

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

Shades of Australian Mint #EFFCAC

Tints of Australian Mint #EFFCAC

Color information

#EFFCAC (or 0xEFFCAC) is unknown color: approx Australian Mint. HEX triplet: EF, FC and AC. RGB value is (239,252,172). Sum of RGB (Red+Green+Blue) = 239+252+172=663 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.05% from 663); Green value is 252 (98.83% from 255 or 38.01% from 663); Blue value is 172 (67.58% from 255 or 25.94% from 663); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFCAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFFCAC is #100353. Grayscale: #EFEFEF. Windows color (decimal): -1049428 or 11336943. OLE color: 11336943.

HSL color Cylindrical-coordinate representation of color #EFFCAC: hue angle of 69.75º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EFFCAC is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB239252172-
CMYK0.0500.320.01
HSL69.75º93.02%83.14%-
HSV(B)69.75º31.75%98.82%-
XYZ77.8590.9552.48-
YUV238.9990.19128-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.05%
GREEN value IS 252 (98.83% from 255) = 38.01%
BLUE value IS 172 (67.58% from 255) = 25.94%
R=36.05%
G=38.01%
B=25.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392521720.0500.320.0169.7593.0283.14
HexEFFCAC50201465d53
Octal35737425450401106135123
Binary11101111111111001010110010101000001100011010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFCAC; }

 p { color: rgb(239,252,172); }

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

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

 a { background-color: rgb(239,252,172); }

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

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

 span { border-color: rgb(239,252,172); }

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