#ECFCB4

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

Shades of Australian Mint #ECFCB4

Tints of Australian Mint #ECFCB4

Color information

#ECFCB4 (or 0xECFCB4) is unknown color: approx Australian Mint. HEX triplet: EC, FC and B4. RGB value is (236,252,180). Sum of RGB (Red+Green+Blue) = 236+252+180=668 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.33% from 668); Green value is 252 (98.83% from 255 or 37.72% from 668); Blue value is 180 (70.70% from 255 or 26.95% from 668); Max value from RGB is 252 - color contains mainly: green. Hex color #ECFCB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECFCB4 is #13034B. Grayscale: #EFEFEF. Windows color (decimal): -1246028 or 11861228. OLE color: 11861228.

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

Color convert

RGB236252180-
CMYK0.0600.290.01
HSL73.33º92.31%84.71%-
HSV(B)73.33º28.57%98.82%-
XYZ77.6490.7556.6-
YUV239.0194.7125.85-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.33%
GREEN value IS 252 (98.83% from 255) = 37.72%
BLUE value IS 180 (70.70% from 255) = 26.95%
R=35.33%
G=37.72%
B=26.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2362521800.0600.290.0173.3392.3184.71
HexECFCB4601D1495c55
Octal35437426460351111134125
Binary1110110011111100101101001100111011100100110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFCB4; }

 p { color: rgb(236,252,180); }

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

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

 a { background-color: rgb(236,252,180); }

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

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

 span { border-color: rgb(236,252,180); }

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