Html Css Color HEX #B1F9D9 Magic Mint

📋 copy color: '#B1F9D9'

red 177 ◦ green 249 ◦ blue 217

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

Shades of Magic Mint #B1F9D9

Tints of Magic Mint #B1F9D9

RGB

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

 GREEN value IS 249 (97.66% from 255) = 38.72%

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

R = 27.53%
G = 38.72%
B = 33.75%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#B1F9D9 (or 0xB1F9D9) is known color: Magic Mint. HEX triplet: B1, F9 and D9. RGB value is (177,249,217). Sum of RGB (Red+Green+Blue) = 177+249+217=643 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.53% from 643); Green value is 249 (97.66% from 255 or 38.72% from 643); Blue value is 217 (85.16% from 255 or 33.75% from 643); Max value from RGB is 249 - color contains mainly: green. Hex color #B1F9D9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1F9D9 is #4E0626. Grayscale: #DFDFDF. Windows color (decimal): -5113383 or 14285233. OLE color: 14285233.

HSL color Cylindrical-coordinate representation of color #B1F9D9: hue angle of 153.33º degrees, saturation: 0.86, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1F9D9 is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 249 217 -
CMYK 0.29 0 0.13 0.02
HSL 153.33º 0.86% 0.84% -
HSV(B) 153.33º 0.29% 0.98% -
XYZ 64.53 82.11 78.09 -
YUV 223.82 124.15 94.6 -
System Red Green Blue C M Y K H S L
Decimal 177 249 217 0.29 0 0.13 0.02 153.33 0.86 0.84
Hex B1 F9 D9 1D 0 D 2 99 56 54
Octal 261 371 331 35 0 15 2 231 126 124
Binary 10110001 11111001 11011001 11101 0 1101 10 10011001 1010110 1010100

Color Harmonies of #B1F9D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F9D9

Black with #B1F9D9

Text Example


Text Example

White with #B1F9D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F9D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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