Html Css Color HEX #B1FBDA Magic Mint

📋 copy color: '#B1FBDA'

red 177 ◦ green 251 ◦ blue 218

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

Shades of Magic Mint #B1FBDA

Tints of Magic Mint #B1FBDA

RGB

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

 GREEN value IS 251 (98.44% from 255) = 38.85%

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

R = 27.4%
G = 38.85%
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

#B1FBDA (or 0xB1FBDA) is known color: Magic Mint. HEX triplet: B1, FB and DA. RGB value is (177,251,218). Sum of RGB (Red+Green+Blue) = 177+251+218=646 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.40% from 646); Green value is 251 (98.44% from 255 or 38.85% from 646); Blue value is 218 (85.55% from 255 or 33.75% from 646); Max value from RGB is 251 - color contains mainly: green. Hex color #B1FBDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FBDA is #4E0425. Grayscale: #E1E1E1. Windows color (decimal): -5112870 or 14351281. OLE color: 14351281.

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

Color convert

RGB 177 251 218 -
CMYK 0.29 0 0.13 0.02
HSL 153.24º 0.9% 0.84% -
HSV(B) 153.24º 0.29% 0.98% -
XYZ 65.28 83.4 78.99 -
YUV 225.11 123.98 93.68 -
System Red Green Blue C M Y K H S L
Decimal 177 251 218 0.29 0 0.13 0.02 153.24 0.9 0.84
Hex B1 FB DA 1D 0 D 2 99 5A 54
Octal 261 373 332 35 0 15 2 231 132 124
Binary 10110001 11111011 11011010 11101 0 1101 10 10011001 1011010 1010100

Color Harmonies of #B1FBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FBDA

Black with #B1FBDA

Text Example


Text Example

White with #B1FBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FBDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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