Html Css Color HEX #B1F8D9 Magic Mint

📋 copy color: '#B1F8D9'

red 177 ◦ green 248 ◦ blue 217

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

Shades of Magic Mint #B1F8D9

Tints of Magic Mint #B1F8D9

RGB

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

 GREEN value IS 248 (97.27% from 255) = 38.63%

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

R = 27.57%
G = 38.63%
B = 33.8%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#B1F8D9 (or 0xB1F8D9) is known color: Magic Mint. HEX triplet: B1, F8 and D9. RGB value is (177,248,217). Sum of RGB (Red+Green+Blue) = 177+248+217=642 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.57% from 642); Green value is 248 (97.27% from 255 or 38.63% from 642); Blue value is 217 (85.16% from 255 or 33.80% from 642); Max value from RGB is 248 - color contains mainly: green. Hex color #B1F8D9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1F8D9 is #4E0726. Grayscale: #DFDFDF. Windows color (decimal): -5113639 or 14284977. OLE color: 14284977.

HSL color Cylindrical-coordinate representation of color #B1F8D9: hue angle of 153.8º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1F8D9 is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB 177 248 217 -
CMYK 0.29 0 0.12 0.03
HSL 153.8º 0.84% 0.83% -
HSV(B) 153.8º 0.29% 0.97% -
XYZ 64.22 81.49 77.99 -
YUV 223.24 124.48 95.02 -
System Red Green Blue C M Y K H S L
Decimal 177 248 217 0.29 0 0.12 0.03 153.8 0.84 0.83
Hex B1 F8 D9 1D 0 C 3 9A 54 53
Octal 261 370 331 35 0 14 3 232 124 123
Binary 10110001 11111000 11011001 11101 0 1100 11 10011010 1010100 1010011

Color Harmonies of #B1F8D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F8D9

Black with #B1F8D9

Text Example


Text Example

White with #B1F8D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F8D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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