#B1E2C9

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

Shades of Magic Mint #B1E2C9

Tints of Magic Mint #B1E2C9

Color information

#B1E2C9 (or 0xB1E2C9) is unknown color: approx Magic Mint. HEX triplet: B1, E2 and C9. RGB value is (177,226,201). Sum of RGB (Red+Green+Blue) = 177+226+201=604 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.30% from 604); Green value is 226 (88.67% from 255 or 37.42% from 604); Blue value is 201 (78.91% from 255 or 33.28% from 604); Max value from RGB is 226 - color contains mainly: green. Hex color #B1E2C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1E2C9 is #4E1D36. Grayscale: #D0D0D0. Windows color (decimal): -5119287 or 13230769. OLE color: 13230769.

HSL color Cylindrical-coordinate representation of color #B1E2C9: hue angle of 149.39º degrees, saturation: 0.46, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B1E2C9 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB177226201-
CMYK0.2200.110.11
HSL149.39º45.79%79.02%-
HSV(B)149.39º21.68%88.63%-
XYZ55.8767.9665.43-
YUV208.5123.77105.53-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.30%
GREEN value IS 226 (88.67% from 255) = 37.42%
BLUE value IS 201 (78.91% from 255) = 33.28%
R=29.30%
G=37.42%
B=33.28%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1772262010.2200.110.11149.3945.7979.02
HexB1E2C9160BB952e4f
Octal261342311260131322556117
Binary10110001111000101100100110110010111011100101011011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1E2C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1E2C9; }

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

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

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

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

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

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

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

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