#B1EEC8

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

Shades of Magic Mint #B1EEC8

Tints of Magic Mint #B1EEC8

Color information

#B1EEC8 (or 0xB1EEC8) is unknown color: approx Magic Mint. HEX triplet: B1, EE and C8. RGB value is (177,238,200). Sum of RGB (Red+Green+Blue) = 177+238+200=615 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.78% from 615); Green value is 238 (93.36% from 255 or 38.70% from 615); Blue value is 200 (78.52% from 255 or 32.52% from 615); Max value from RGB is 238 - color contains mainly: green. Hex color #B1EEC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EEC8 is #4E1137. Grayscale: #D7D7D7. Windows color (decimal): -5116216 or 13168305. OLE color: 13168305.

HSL color Cylindrical-coordinate representation of color #B1EEC8: hue angle of 142.62º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1EEC8 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB177238200-
CMYK0.2600.160.07
HSL142.62º64.21%81.37%-
HSV(B)142.62º25.63%93.33%-
XYZ59.1374.6765.94-
YUV215.43119.29100.59-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.78%
GREEN value IS 238 (93.36% from 255) = 38.70%
BLUE value IS 200 (78.52% from 255) = 32.52%
R=28.78%
G=38.70%
B=32.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1772382000.2600.160.07142.6264.2181.37
HexB1EEC81A01078f4051
Octal261356310320207217100121
Binary101100011110111011001000110100100001111000111110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1EEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1EEC8; }

 p { color: rgb(177,238,200); }

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

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

 a { background-color: rgb(177,238,200); }

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

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

 span { border-color: rgb(177,238,200); }

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