Html Css Color HEX #B1FCDA Magic Mint

📋 copy color: '#B1FCDA'

red 177 ◦ green 252 ◦ blue 218

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

Shades of Magic Mint #B1FCDA

Tints of Magic Mint #B1FCDA

RGB

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

 GREEN value IS 252 (98.83% from 255) = 38.95%

 BLUE value IS 218 (85.55% from 255) = 33.69%

R = 27.36%
G = 38.95%
B = 33.69%

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

#B1FCDA (or 0xB1FCDA) is known color: Magic Mint. HEX triplet: B1, FC and DA. RGB value is (177,252,218). Sum of RGB (Red+Green+Blue) = 177+252+218=647 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.36% from 647); Green value is 252 (98.83% from 255 or 38.95% from 647); Blue value is 218 (85.55% from 255 or 33.69% from 647); Max value from RGB is 252 - color contains mainly: green. Hex color #B1FCDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FCDA is #4E0325. Grayscale: #E1E1E1. Windows color (decimal): -5112614 or 14351537. OLE color: 14351537.

HSL color Cylindrical-coordinate representation of color #B1FCDA: hue angle of 152.8º degrees, saturation: 0.93, 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 #B1FCDA is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 177 252 218 -
CMYK 0.30 0 0.13 0.01
HSL 152.8º 0.93% 0.84% -
HSV(B) 152.8º 0.3% 0.99% -
XYZ 65.6 84.03 79.09 -
YUV 225.7 123.65 93.26 -
System Red Green Blue C M Y K H S L
Decimal 177 252 218 0.30 0 0.13 0.01 152.8 0.93 0.84
Hex B1 FC DA 1E 0 D 1 99 5D 54
Octal 261 374 332 36 0 15 1 231 135 124
Binary 10110001 11111100 11011010 11110 0 1101 1 10011001 1011101 1010100

Color Harmonies of #B1FCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FCDA

Black with #B1FCDA

Text Example


Text Example

White with #B1FCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FCDA; }

 p { color: rgb(177,252,218); }

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

background-color css

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

 a { background-color: rgb(177,252,218); }

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

border-color css

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

 span { border-color: rgb(177,252,218); }

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