#B1E9CF

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

Shades of Magic Mint #B1E9CF

Tints of Magic Mint #B1E9CF

Color information

#B1E9CF (or 0xB1E9CF) is unknown color: approx Magic Mint. HEX triplet: B1, E9 and CF. RGB value is (177,233,207). Sum of RGB (Red+Green+Blue) = 177+233+207=617 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.69% from 617); Green value is 233 (91.41% from 255 or 37.76% from 617); Blue value is 207 (81.25% from 255 or 33.55% from 617); Max value from RGB is 233 - color contains mainly: green. Hex color #B1E9CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1E9CF is #4E1630. Grayscale: #D5D5D5. Windows color (decimal): -5117489 or 13625777. OLE color: 13625777.

HSL color Cylindrical-coordinate representation of color #B1E9CF: hue angle of 152.14º degrees, saturation: 0.56, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B1E9CF is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB177233207-
CMYK0.2400.110.09
HSL152.14º56%80.39%-
HSV(B)152.14º24.03%91.37%-
XYZ58.5372.1369.87-
YUV213.29124.45102.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.69%
GREEN value IS 233 (91.41% from 255) = 37.76%
BLUE value IS 207 (81.25% from 255) = 33.55%
R=28.69%
G=37.76%
B=33.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1772332070.2400.110.09152.145680.39
HexB1E9CF180B9983850
Octal261351317300131123070120
Binary10110001111010011100111111000010111001100110001110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1E9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1E9CF; }

 p { color: rgb(177,233,207); }

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

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

 a { background-color: rgb(177,233,207); }

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

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

 span { border-color: rgb(177,233,207); }

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