#B3F2C8

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

Shades of Magic Mint #B3F2C8

Tints of Magic Mint #B3F2C8

Color information

#B3F2C8 (or 0xB3F2C8) is unknown color: approx Magic Mint. HEX triplet: B3, F2 and C8. RGB value is (179,242,200). Sum of RGB (Red+Green+Blue) = 179+242+200=621 (82% of max value = 765). Red value is 179 (70.31% from 255 or 28.82% from 621); Green value is 242 (94.92% from 255 or 38.97% from 621); Blue value is 200 (78.52% from 255 or 32.21% from 621); Max value from RGB is 242 - color contains mainly: green. Hex color #B3F2C8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F2C8 is #4C0D37. Grayscale: #DADADA. Windows color (decimal): -4984120 or 13169331. OLE color: 13169331.

HSL color Cylindrical-coordinate representation of color #B3F2C8: hue angle of 140º degrees, saturation: 0.71, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B3F2C8 is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB179242200-
CMYK0.2600.170.05
HSL140º70.79%82.55%-
HSV(B)140º26.03%94.9%-
XYZ60.7777.2666.35-
YUV218.38117.6399.92-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.82%
GREEN value IS 242 (94.92% from 255) = 38.97%
BLUE value IS 200 (78.52% from 255) = 32.21%
R=28.82%
G=38.97%
B=32.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1792422000.2600.170.0514070.7982.55
HexB3F2C81A01158c4753
Octal263362310320215214107123
Binary101100111111001011001000110100100011011000110010001111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F2C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F2C8; }

 p { color: rgb(179,242,200); }

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

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

 a { background-color: rgb(179,242,200); }

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

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

 span { border-color: rgb(179,242,200); }

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