Html Css Color HEX #B1FFE0 Magic Mint

📋 copy color: '#B1FFE0'

red 177 ◦ green 255 ◦ blue 224

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

Shades of Magic Mint #B1FFE0

Tints of Magic Mint #B1FFE0

RGB

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

 GREEN value IS 255 (100% from 255) = 38.87%

 BLUE value IS 224 (87.89% from 255) = 34.15%

R = 26.98%
G = 38.87%
B = 34.15%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.12

 K value IS 0

RGB Variations

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

Color information

#B1FFE0 (or 0xB1FFE0) is known color: Magic Mint. HEX triplet: B1, FF and E0. RGB value is (177,255,224). Sum of RGB (Red+Green+Blue) = 177+255+224=656 (86% of max value = 765). Red value is 177 (69.53% from 255 or 26.98% from 656); Green value is 255 (100% from 255 or 38.87% from 656); Blue value is 224 (87.89% from 255 or 34.15% from 656); Max value from RGB is 255 - color contains mainly: green. Hex color #B1FFE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FFE0 is #4E001F. Grayscale: #E4E4E4. Windows color (decimal): -5111840 or 14745521. OLE color: 14745521.

HSL color Cylindrical-coordinate representation of color #B1FFE0: hue angle of 156.15º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B1FFE0 is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.

Color convert

RGB 177 255 224 -
CMYK 0.31 0 0.12 0
HSL 156.15º 1% 0.85% -
HSV(B) 156.15º 0.31% 1% -
XYZ 67.35 86.25 83.62 -
YUV 228.14 125.66 91.52 -
System Red Green Blue C M Y K H S L
Decimal 177 255 224 0.31 0 0.12 0 156.15 1 0.85
Hex B1 FF E0 1F 0 C 0 9C 64 55
Octal 261 377 340 37 0 14 0 234 144 125
Binary 10110001 11111111 11100000 11111 0 1100 0 10011100 1100100 1010101

Color Harmonies of #B1FFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FFE0

Black with #B1FFE0

Text Example


Text Example

White with #B1FFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FFE0; }

 p { color: rgb(177,255,224); }

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

background-color css

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

 a { background-color: rgb(177,255,224); }

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

border-color css

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

 span { border-color: rgb(177,255,224); }

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