Html Css Color HEX #B1FDDB Magic Mint

📋 copy color: '#B1FDDB'

red 177 ◦ green 253 ◦ blue 219

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

Shades of Magic Mint #B1FDDB

Tints of Magic Mint #B1FDDB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 38.98%

 BLUE value IS 219 (85.94% from 255) = 33.74%

R = 27.27%
G = 38.98%
B = 33.74%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#B1FDDB (or 0xB1FDDB) is known color: Magic Mint. HEX triplet: B1, FD and DB. RGB value is (177,253,219). Sum of RGB (Red+Green+Blue) = 177+253+219=649 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.27% from 649); Green value is 253 (99.22% from 255 or 38.98% from 649); Blue value is 219 (85.94% from 255 or 33.74% from 649); Max value from RGB is 253 - color contains mainly: green. Hex color #B1FDDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FDDB is #4E0224. Grayscale: #E2E2E2. Windows color (decimal): -5112357 or 14417329. OLE color: 14417329.

HSL color Cylindrical-coordinate representation of color #B1FDDB: hue angle of 153.16º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1FDDB is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 177 253 219 -
CMYK 0.30 0 0.13 0.01
HSL 153.16º 0.95% 0.84% -
HSV(B) 153.16º 0.3% 0.99% -
XYZ 66.04 84.71 79.89 -
YUV 226.4 123.82 92.76 -
System Red Green Blue C M Y K H S L
Decimal 177 253 219 0.30 0 0.13 0.01 153.16 0.95 0.84
Hex B1 FD DB 1E 0 D 1 99 5F 54
Octal 261 375 333 36 0 15 1 231 137 124
Binary 10110001 11111101 11011011 11110 0 1101 1 10011001 1011111 1010100

Color Harmonies of #B1FDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FDDB

Black with #B1FDDB

Text Example


Text Example

White with #B1FDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FDDB; }

 p { color: rgb(177,253,219); }

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

background-color css

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

 a { background-color: rgb(177,253,219); }

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

border-color css

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

 span { border-color: rgb(177,253,219); }

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