#B3FECD

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

Shades of Magic Mint #B3FECD

Tints of Magic Mint #B3FECD

Color information

#B3FECD (or 0xB3FECD) is unknown color: approx Magic Mint. HEX triplet: B3, FE and CD. RGB value is (179,254,205). Sum of RGB (Red+Green+Blue) = 179+254+205=638 (84% of max value = 765). Red value is 179 (70.31% from 255 or 28.06% from 638); Green value is 254 (99.61% from 255 or 39.81% from 638); Blue value is 205 (80.47% from 255 or 32.13% from 638); Max value from RGB is 254 - color contains mainly: green. Hex color #B3FECD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FECD is #4C0132. Grayscale: #E2E2E2. Windows color (decimal): -4981043 or 13500083. OLE color: 13500083.

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

Color convert

RGB179254205-
CMYK0.3000.190.00
HSL140.8º97.4%84.9%-
HSV(B)140.8º29.53%99.61%-
XYZ65.0584.8870.71-
YUV225.99116.1594.48-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.06%
GREEN value IS 254 (99.61% from 255) = 39.81%
BLUE value IS 205 (80.47% from 255) = 32.13%
R=28.06%
G=39.81%
B=32.13%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1792542050.3000.190.00140.897.484.9
HexB3FECD1E01308d6155
Octal263376315360230215141125
Binary1011001111111110110011011111001001101000110111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FECD; }

 p { color: rgb(179,254,205); }

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

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

 a { background-color: rgb(179,254,205); }

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

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

 span { border-color: rgb(179,254,205); }

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