#B1E5CA

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

Shades of Magic Mint #B1E5CA

Tints of Magic Mint #B1E5CA

Color information

#B1E5CA (or 0xB1E5CA) is unknown color: approx Magic Mint. HEX triplet: B1, E5 and CA. RGB value is (177,229,202). Sum of RGB (Red+Green+Blue) = 177+229+202=608 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.11% from 608); Green value is 229 (89.84% from 255 or 37.66% from 608); Blue value is 202 (79.30% from 255 or 33.22% from 608); Max value from RGB is 229 - color contains mainly: green. Hex color #B1E5CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1E5CA is #4E1A35. Grayscale: #D2D2D2. Windows color (decimal): -5118518 or 13297073. OLE color: 13297073.

HSL color Cylindrical-coordinate representation of color #B1E5CA: hue angle of 148.85º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B1E5CA is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB177229202-
CMYK0.2300.120.10
HSL148.85º50%79.61%-
HSV(B)148.85º22.71%89.8%-
XYZ56.8169.6566.33-
YUV210.37123.27104.2-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.11%
GREEN value IS 229 (89.84% from 255) = 37.66%
BLUE value IS 202 (79.30% from 255) = 33.22%
R=29.11%
G=37.66%
B=33.22%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1772292020.2300.120.10148.855079.61
HexB1E5CA170CA953250
Octal261345312270141222562120
Binary10110001111001011100101010111011001010100101011100101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1E5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1E5CA; }

 p { color: rgb(177,229,202); }

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

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

 a { background-color: rgb(177,229,202); }

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

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

 span { border-color: rgb(177,229,202); }

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