#EFFCB3

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

Shades of Australian Mint #EFFCB3

Tints of Australian Mint #EFFCB3

Color information

#EFFCB3 (or 0xEFFCB3) is unknown color: approx Australian Mint. HEX triplet: EF, FC and B3. RGB value is (239,252,179). Sum of RGB (Red+Green+Blue) = 239+252+179=670 (88% of max value = 765). Red value is 239 (93.75% from 255 or 35.67% from 670); Green value is 252 (98.83% from 255 or 37.61% from 670); Blue value is 179 (70.31% from 255 or 26.72% from 670); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFCB3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFFCB3 is #10034C. Grayscale: #F0F0F0. Windows color (decimal): -1049421 or 11795695. OLE color: 11795695.

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

Color convert

RGB239252179-
CMYK0.0500.290.01
HSL70.68º92.41%84.51%-
HSV(B)70.68º28.97%98.82%-
XYZ78.5491.2356.12-
YUV239.7993.69127.44-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 35.67%
GREEN value IS 252 (98.83% from 255) = 37.61%
BLUE value IS 179 (70.31% from 255) = 26.72%
R=35.67%
G=37.61%
B=26.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2392521790.0500.290.0170.6892.4184.51
HexEFFCB3501D1475c55
Octal35737426350351107134125
Binary1110111111111100101100111010111011100011110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFFCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFFCB3; }

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

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

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

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

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

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

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

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