Html Css Color HEX #B1FEDF Magic Mint

📋 copy color: '#B1FEDF'

red 177 ◦ green 254 ◦ blue 223

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

Shades of Magic Mint #B1FEDF

Tints of Magic Mint #B1FEDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 34.1%

R = 27.06%
G = 38.84%
B = 34.1%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.12

 K value IS 0.00

RGB Variations

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

Color information

#B1FEDF (or 0xB1FEDF) is known color: Magic Mint. HEX triplet: B1, FE and DF. RGB value is (177,254,223). Sum of RGB (Red+Green+Blue) = 177+254+223=654 (86% of max value = 765). Red value is 177 (69.53% from 255 or 27.06% from 654); Green value is 254 (99.61% from 255 or 38.84% from 654); Blue value is 223 (87.5% from 255 or 34.10% from 654); Max value from RGB is 254 - color contains mainly: green. Hex color #B1FEDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FEDF is #4E0120. Grayscale: #E3E3E3. Windows color (decimal): -5112097 or 14679729. OLE color: 14679729.

HSL color Cylindrical-coordinate representation of color #B1FEDF: hue angle of 155.84º 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 #B1FEDF is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.

Color convert

RGB 177 254 223 -
CMYK 0.30 0 0.12 0.00
HSL 155.84º 0.97% 0.85% -
HSV(B) 155.84º 0.3% 1% -
XYZ 66.89 85.56 82.8 -
YUV 227.44 125.49 92.02 -
System Red Green Blue C M Y K H S L
Decimal 177 254 223 0.30 0 0.12 0.00 155.84 0.97 0.85
Hex B1 FE DF 1E 0 C 0 9C 61 55
Octal 261 376 337 36 0 14 0 234 141 125
Binary 10110001 11111110 11011111 11110 0 1100 0 10011100 1100001 1010101

Color Harmonies of #B1FEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FEDF

Black with #B1FEDF

Text Example


Text Example

White with #B1FEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FEDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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