#B1EFC9

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

Shades of Magic Mint #B1EFC9

Tints of Magic Mint #B1EFC9

Color information

#B1EFC9 (or 0xB1EFC9) is unknown color: approx Magic Mint. HEX triplet: B1, EF and C9. RGB value is (177,239,201). Sum of RGB (Red+Green+Blue) = 177+239+201=617 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.69% from 617); Green value is 239 (93.75% from 255 or 38.74% from 617); Blue value is 201 (78.91% from 255 or 32.58% from 617); Max value from RGB is 239 - color contains mainly: green. Hex color #B1EFC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EFC9 is #4E1036. Grayscale: #D8D8D8. Windows color (decimal): -5115959 or 13234097. OLE color: 13234097.

HSL color Cylindrical-coordinate representation of color #B1EFC9: hue angle of 143.23º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1EFC9 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB177239201-
CMYK0.2600.160.06
HSL143.23º65.96%81.57%-
HSV(B)143.23º25.94%93.73%-
XYZ59.5475.366.65-
YUV216.13119.46100.09-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.69%
GREEN value IS 239 (93.75% from 255) = 38.74%
BLUE value IS 201 (78.91% from 255) = 32.58%
R=28.69%
G=38.74%
B=32.58%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1772392010.2600.160.06143.2365.9681.57
HexB1EFC91A01068f4252
Octal261357311320206217102122
Binary101100011110111111001001110100100001101000111110000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1EFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1EFC9; }

 p { color: rgb(177,239,201); }

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

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

 a { background-color: rgb(177,239,201); }

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

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

 span { border-color: rgb(177,239,201); }

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