Html Css Color HEX #B1F1D9 Magic Mint

📋 copy color: '#B1F1D9'

red 177 ◦ green 241 ◦ blue 217

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

Shades of Magic Mint #B1F1D9

Tints of Magic Mint #B1F1D9

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.95%

 BLUE value IS 217 (85.16% from 255) = 34.17%

R = 27.87%
G = 37.95%
B = 34.17%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#B1F1D9 (or 0xB1F1D9) is known color: Magic Mint. HEX triplet: B1, F1 and D9. RGB value is (177,241,217). Sum of RGB (Red+Green+Blue) = 177+241+217=635 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.87% from 635); Green value is 241 (94.53% from 255 or 37.95% from 635); Blue value is 217 (85.16% from 255 or 34.17% from 635); Max value from RGB is 241 - color contains mainly: green. Hex color #B1F1D9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1F1D9 is #4E0E26. Grayscale: #DBDBDB. Windows color (decimal): -5115431 or 14283185. OLE color: 14283185.

HSL color Cylindrical-coordinate representation of color #B1F1D9: hue angle of 157.5º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B1F1D9 is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 177 241 217 -
CMYK 0.27 0 0.10 0.05
HSL 157.5º 0.7% 0.82% -
HSV(B) 157.5º 0.27% 0.95% -
XYZ 62.11 77.27 77.29 -
YUV 219.13 126.8 97.95 -
System Red Green Blue C M Y K H S L
Decimal 177 241 217 0.27 0 0.10 0.05 157.5 0.7 0.82
Hex B1 F1 D9 1B 0 A 5 9E 46 52
Octal 261 361 331 33 0 12 5 236 106 122
Binary 10110001 11110001 11011001 11011 0 1010 101 10011110 1000110 1010010

Color Harmonies of #B1F1D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F1D9

Black with #B1F1D9

Text Example


Text Example

White with #B1F1D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F1D9; }

 p { color: rgb(177,241,217); }

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

background-color css

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

 a { background-color: rgb(177,241,217); }

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

border-color css

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

 span { border-color: rgb(177,241,217); }

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