Html Css Color HEX #B1FFDA Magic Mint

📋 copy color: '#B1FFDA'

red 177 ◦ green 255 ◦ blue 218

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

Shades of Magic Mint #B1FFDA

Tints of Magic Mint #B1FFDA

RGB

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

 GREEN value IS 255 (100% from 255) = 39.23%

 BLUE value IS 218 (85.55% from 255) = 33.54%

R = 27.23%
G = 39.23%
B = 33.54%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#B1FFDA (or 0xB1FFDA) is known color: Magic Mint. HEX triplet: B1, FF and DA. RGB value is (177,255,218). Sum of RGB (Red+Green+Blue) = 177+255+218=650 (86% of max value = 765). Red value is 177 (69.53% from 255 or 27.23% from 650); Green value is 255 (100% from 255 or 39.23% from 650); Blue value is 218 (85.55% from 255 or 33.54% from 650); Max value from RGB is 255 - color contains mainly: green. Hex color #B1FFDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FFDA is #4E0025. Grayscale: #E3E3E3. Windows color (decimal): -5111846 or 14352305. OLE color: 14352305.

HSL color Cylindrical-coordinate representation of color #B1FFDA: hue angle of 151.54º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B1FFDA is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB 177 255 218 -
CMYK 0.31 0 0.15 0
HSL 151.54º 1% 0.85% -
HSV(B) 151.54º 0.31% 1% -
XYZ 66.55 85.93 79.41 -
YUV 227.46 122.66 92.01 -
System Red Green Blue C M Y K H S L
Decimal 177 255 218 0.31 0 0.15 0 151.54 1 0.85
Hex B1 FF DA 1F 0 F 0 98 64 55
Octal 261 377 332 37 0 17 0 230 144 125
Binary 10110001 11111111 11011010 11111 0 1111 0 10011000 1100100 1010101

Color Harmonies of #B1FFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FFDA

Black with #B1FFDA

Text Example


Text Example

White with #B1FFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FFDA; }

 p { color: rgb(177,255,218); }

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

background-color css

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

 a { background-color: rgb(177,255,218); }

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

border-color css

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

 span { border-color: rgb(177,255,218); }

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