#B1E1CA

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

Shades of Magic Mint #B1E1CA

Tints of Magic Mint #B1E1CA

Color information

#B1E1CA (or 0xB1E1CA) is unknown color: approx Magic Mint. HEX triplet: B1, E1 and CA. RGB value is (177,225,202). Sum of RGB (Red+Green+Blue) = 177+225+202=604 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.30% from 604); Green value is 225 (88.28% from 255 or 37.25% from 604); Blue value is 202 (79.30% from 255 or 33.44% from 604); Max value from RGB is 225 - color contains mainly: green. Hex color #B1E1CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1E1CA is #4E1E35. Grayscale: #D0D0D0. Windows color (decimal): -5119542 or 13296049. OLE color: 13296049.

HSL color Cylindrical-coordinate representation of color #B1E1CA: hue angle of 151.25º degrees, saturation: 0.44, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B1E1CA is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB177225202-
CMYK0.2100.100.12
HSL151.25º44.44%78.82%-
HSV(B)151.25º21.33%88.24%-
XYZ55.7267.4665.96-
YUV208.03124.6105.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.30%
GREEN value IS 225 (88.28% from 255) = 37.25%
BLUE value IS 202 (79.30% from 255) = 33.44%
R=29.30%
G=37.25%
B=33.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1772252020.2100.100.12151.2544.4478.82
HexB1E1CA150AC972c4f
Octal261341312250121422754117
Binary10110001111000011100101010101010101100100101111011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1E1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1E1CA; }

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

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

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

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

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

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

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

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