#B1E9CA

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

Shades of Magic Mint #B1E9CA

Tints of Magic Mint #B1E9CA

Color information

#B1E9CA (or 0xB1E9CA) is unknown color: approx Magic Mint. HEX triplet: B1, E9 and CA. RGB value is (177,233,202). Sum of RGB (Red+Green+Blue) = 177+233+202=612 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.92% from 612); Green value is 233 (91.41% from 255 or 38.07% from 612); Blue value is 202 (79.30% from 255 or 33.01% from 612); Max value from RGB is 233 - color contains mainly: green. Hex color #B1E9CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1E9CA is #4E1635. Grayscale: #D4D4D4. Windows color (decimal): -5117494 or 13298097. OLE color: 13298097.

HSL color Cylindrical-coordinate representation of color #B1E9CA: hue angle of 146.79º 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 #B1E9CA is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB177233202-
CMYK0.2400.130.09
HSL146.79º56%80.39%-
HSV(B)146.79º24.03%91.37%-
XYZ57.9371.8966.7-
YUV212.72121.95102.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.92%
GREEN value IS 233 (91.41% from 255) = 38.07%
BLUE value IS 202 (79.30% from 255) = 33.01%
R=28.92%
G=38.07%
B=33.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1772332020.2400.130.09146.795680.39
HexB1E9CA180D9933850
Octal261351312300151122370120
Binary10110001111010011100101011000011011001100100111110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1E9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1E9CA; }

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

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

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

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

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

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

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

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