#B3F7D6

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

Shades of Magic Mint #B3F7D6

Tints of Magic Mint #B3F7D6

Color information

#B3F7D6 (or 0xB3F7D6) is unknown color: approx Magic Mint. HEX triplet: B3, F7 and D6. RGB value is (179,247,214). Sum of RGB (Red+Green+Blue) = 179+247+214=640 (84% of max value = 765). Red value is 179 (70.31% from 255 or 27.97% from 640); Green value is 247 (96.88% from 255 or 38.59% from 640); Blue value is 214 (83.98% from 255 or 33.44% from 640); Max value from RGB is 247 - color contains mainly: green. Hex color #B3F7D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F7D6 is #4C0829. Grayscale: #DEDEDE. Windows color (decimal): -4982826 or 14088115. OLE color: 14088115.

HSL color Cylindrical-coordinate representation of color #B3F7D6: hue angle of 150.88º degrees, saturation: 0.81, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B3F7D6 is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.03.

Color convert

RGB179247214-
CMYK0.2800.130.03
HSL150.88º80.95%83.53%-
HSV(B)150.88º27.53%96.86%-
XYZ63.9980.9675.87-
YUV222.91122.9796.68-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 27.97%
GREEN value IS 247 (96.88% from 255) = 38.59%
BLUE value IS 214 (83.98% from 255) = 33.44%
R=27.97%
G=38.59%
B=33.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1792472140.2800.130.03150.8880.9583.53
HexB3F7D61C0D3975154
Octal263367326340153227121124
Binary1011001111110111110101101110001101111001011110100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F7D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F7D6; }

 p { color: rgb(179,247,214); }

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

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

 a { background-color: rgb(179,247,214); }

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

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

 span { border-color: rgb(179,247,214); }

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