#ECFFB2

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

Shades of Australian Mint #ECFFB2

Tints of Australian Mint #ECFFB2

Color information

#ECFFB2 (or 0xECFFB2) is unknown color: approx Australian Mint. HEX triplet: EC, FF and B2. RGB value is (236,255,178). Sum of RGB (Red+Green+Blue) = 236+255+178=669 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.28% from 669); Green value is 255 (100% from 255 or 38.12% from 669); Blue value is 178 (69.92% from 255 or 26.61% from 669); Max value from RGB is 255 - color contains mainly: green. Hex color #ECFFB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECFFB2 is #13004D. Grayscale: #F0F0F0. Windows color (decimal): -1245262 or 11730924. OLE color: 11730924.

HSL color Cylindrical-coordinate representation of color #ECFFB2: hue angle of 74.81º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ECFFB2 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.

Color convert

RGB236255178-
CMYK0.0700.300
HSL74.81º100%84.9%-
HSV(B)74.81º30.2%100%-
XYZ78.3992.5755.86-
YUV240.5492.71124.76-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.28%
GREEN value IS 255 (100% from 255) = 38.12%
BLUE value IS 178 (69.92% from 255) = 26.61%
R=35.28%
G=38.12%
B=26.61%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2362551780.0700.30074.8110084.9
HexECFFB2701E04b6455
Octal35437726270360113144125
Binary1110110011111111101100101110111100100101111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFFB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFFB2; }

 p { color: rgb(236,255,178); }

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

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

 a { background-color: rgb(236,255,178); }

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

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

 span { border-color: rgb(236,255,178); }

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