Html Css Color HEX #B1F9DD Magic Mint

📋 copy color: '#B1F9DD'

red 177 ◦ green 249 ◦ blue 221

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

Shades of Magic Mint #B1F9DD

Tints of Magic Mint #B1F9DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 34.16%

R = 27.36%
G = 38.49%
B = 34.16%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#B1F9DD (or 0xB1F9DD) is known color: Magic Mint. HEX triplet: B1, F9 and DD. RGB value is (177,249,221). Sum of RGB (Red+Green+Blue) = 177+249+221=647 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.36% from 647); Green value is 249 (97.66% from 255 or 38.49% from 647); Blue value is 221 (86.72% from 255 or 34.16% from 647); Max value from RGB is 249 - color contains mainly: green. Hex color #B1F9DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1F9DD is #4E0622. Grayscale: #E0E0E0. Windows color (decimal): -5113379 or 14547377. OLE color: 14547377.

HSL color Cylindrical-coordinate representation of color #B1F9DD: hue angle of 156.67º 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 #B1F9DD is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 249 221 -
CMYK 0.29 0 0.11 0.02
HSL 156.67º 0.86% 0.84% -
HSV(B) 156.67º 0.29% 0.98% -
XYZ 65.06 82.32 80.87 -
YUV 224.28 126.15 94.28 -
System Red Green Blue C M Y K H S L
Decimal 177 249 221 0.29 0 0.11 0.02 156.67 0.86 0.84
Hex B1 F9 DD 1D 0 B 2 9D 56 54
Octal 261 371 335 35 0 13 2 235 126 124
Binary 10110001 11111001 11011101 11101 0 1011 10 10011101 1010110 1010100

Color Harmonies of #B1F9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F9DD

Black with #B1F9DD

Text Example


Text Example

White with #B1F9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F9DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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