Html Css Color HEX #B1FEDB Magic Mint

📋 copy color: '#B1FEDB'

red 177 ◦ green 254 ◦ blue 219

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

Shades of Magic Mint #B1FEDB

Tints of Magic Mint #B1FEDB

RGB

 RED value IS 177 (69.53% from 255) = 27.23%

 GREEN value IS 254 (99.61% from 255) = 39.08%

 BLUE value IS 219 (85.94% from 255) = 33.69%

R = 27.23%
G = 39.08%
B = 33.69%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#B1FEDB (or 0xB1FEDB) is known color: Magic Mint. HEX triplet: B1, FE and DB. RGB value is (177,254,219). Sum of RGB (Red+Green+Blue) = 177+254+219=650 (86% of max value = 765). Red value is 177 (69.53% from 255 or 27.23% from 650); Green value is 254 (99.61% from 255 or 39.08% from 650); Blue value is 219 (85.94% from 255 or 33.69% from 650); Max value from RGB is 254 - color contains mainly: green. Hex color #B1FEDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FEDB is #4E0124. Grayscale: #E3E3E3. Windows color (decimal): -5112101 or 14417585. OLE color: 14417585.

HSL color Cylindrical-coordinate representation of color #B1FEDB: hue angle of 152.73º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1FEDB is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB 177 254 219 -
CMYK 0.30 0 0.14 0.00
HSL 152.73º 0.97% 0.85% -
HSV(B) 152.73º 0.3% 1% -
XYZ 66.36 85.35 79.99 -
YUV 226.99 123.49 92.35 -
System Red Green Blue C M Y K H S L
Decimal 177 254 219 0.30 0 0.14 0.00 152.73 0.97 0.85
Hex B1 FE DB 1E 0 E 0 99 61 55
Octal 261 376 333 36 0 16 0 231 141 125
Binary 10110001 11111110 11011011 11110 0 1110 0 10011001 1100001 1010101

Color Harmonies of #B1FEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FEDB

Black with #B1FEDB

Text Example


Text Example

White with #B1FEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FEDB; }

 p { color: rgb(177,254,219); }

 H1.HeaderClassName
 {
   color: #B1FEDB;
 }
 .AnyTagClassName
 {
   color: #B1FEDB;
 }
</style>

background-color css

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

 a { background-color: rgb(177,254,219); }

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

border-color css

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

 span { border-color: rgb(177,254,219); }

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