#B3EED7

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

Shades of Magic Mint #B3EED7

Tints of Magic Mint #B3EED7

Color information

#B3EED7 (or 0xB3EED7) is unknown color: approx Magic Mint. HEX triplet: B3, EE and D7. RGB value is (179,238,215). Sum of RGB (Red+Green+Blue) = 179+238+215=632 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.32% from 632); Green value is 238 (93.36% from 255 or 37.66% from 632); Blue value is 215 (84.38% from 255 or 34.02% from 632); Max value from RGB is 238 - color contains mainly: green. Hex color #B3EED7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EED7 is #4C1128. Grayscale: #D9D9D9. Windows color (decimal): -4985129 or 14151347. OLE color: 14151347.

HSL color Cylindrical-coordinate representation of color #B3EED7: hue angle of 156.61º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3EED7 is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB179238215-
CMYK0.2500.100.07
HSL156.61º63.44%81.76%-
HSV(B)156.61º24.79%93.33%-
XYZ61.4375.6475.65-
YUV217.74126.45100.37-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.32%
GREEN value IS 238 (93.36% from 255) = 37.66%
BLUE value IS 215 (84.38% from 255) = 34.02%
R=28.32%
G=37.66%
B=34.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1792382150.2500.100.07156.6163.4481.76
HexB3EED7190A79d3f52
Octal26335632731012723577122
Binary1011001111101110110101111100101010111100111011111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3EED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3EED7; }

 p { color: rgb(179,238,215); }

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

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

 a { background-color: rgb(179,238,215); }

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

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

 span { border-color: rgb(179,238,215); }

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