Html Css Color HEX #B1EFC6 Magic Mint

📋 copy color: '#B1EFC6'

red 177 ◦ green 239 ◦ blue 198

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

Shades of Magic Mint #B1EFC6

Tints of Magic Mint #B1EFC6

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.93%

 BLUE value IS 198 (77.73% from 255) = 32.25%

R = 28.83%
G = 38.93%
B = 32.25%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#B1EFC6 (or 0xB1EFC6) is known color: Magic Mint. HEX triplet: B1, EF and C6. RGB value is (177,239,198). Sum of RGB (Red+Green+Blue) = 177+239+198=614 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.83% from 614); Green value is 239 (93.75% from 255 or 38.93% from 614); Blue value is 198 (77.73% from 255 or 32.25% from 614); Max value from RGB is 239 - color contains mainly: green. Hex color #B1EFC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EFC6 is #4E1039. Grayscale: #D7D7D7. Windows color (decimal): -5115962 or 13037489. OLE color: 13037489.

HSL color Cylindrical-coordinate representation of color #B1EFC6: hue angle of 140.32º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1EFC6 is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB 177 239 198 -
CMYK 0.26 0 0.17 0.06
HSL 140.32º 0.66% 0.82% -
HSV(B) 140.32º 0.26% 0.94% -
XYZ 59.19 75.16 64.81 -
YUV 215.79 117.96 100.33 -
System Red Green Blue C M Y K H S L
Decimal 177 239 198 0.26 0 0.17 0.06 140.32 0.66 0.82
Hex B1 EF C6 1A 0 11 6 8C 42 52
Octal 261 357 306 32 0 21 6 214 102 122
Binary 10110001 11101111 11000110 11010 0 10001 110 10001100 1000010 1010010

Color Harmonies of #B1EFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1EFC6

Black with #B1EFC6

Text Example


Text Example

White with #B1EFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1EFC6; }

 p { color: rgb(177,239,198); }

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

background-color css

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

 a { background-color: rgb(177,239,198); }

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

border-color css

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

 span { border-color: rgb(177,239,198); }

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