Html Css Color HEX #B1E9CA Magic Mint

📋 copy color: '#B1E9CA'

red 177 ◦ green 233 ◦ blue 202

#B1E9CA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Magic Mint #B1E9CA

Tints of Magic Mint #B1E9CA

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.3% from 255) = 33.01%

R = 28.92%
G = 38.07%
B = 33.01%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#B1E9CA (or 0xB1E9CA) is known color: 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

RGB 177 233 202 -
CMYK 0.24 0 0.13 0.09
HSL 146.79º 0.56% 0.8% -
HSV(B) 146.79º 0.24% 0.91% -
XYZ 57.93 71.89 66.7 -
YUV 212.72 121.95 102.52 -
System Red Green Blue C M Y K H S L
Decimal 177 233 202 0.24 0 0.13 0.09 146.79 0.56 0.8
Hex B1 E9 CA 18 0 D 9 93 38 50
Octal 261 351 312 30 0 15 11 223 70 120
Binary 10110001 11101001 11001010 11000 0 1101 1001 10010011 111000 1010000

Color Harmonies of #B1E9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1E9CA

Black with #B1E9CA

Text Example


Text Example

White with #B1E9CA

Text Example


Text Example

HTML Codes & Css Web 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>