Html Css Color HEX #B1F0CD Magic Mint

📋 copy color: '#B1F0CD'

red 177 ◦ green 240 ◦ blue 205

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

Shades of Magic Mint #B1F0CD

Tints of Magic Mint #B1F0CD

RGB

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

 GREEN value IS 240 (94.14% from 255) = 38.59%

 BLUE value IS 205 (80.47% from 255) = 32.96%

R = 28.46%
G = 38.59%
B = 32.96%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#B1F0CD (or 0xB1F0CD) is known color: Magic Mint. HEX triplet: B1, F0 and CD. RGB value is (177,240,205). Sum of RGB (Red+Green+Blue) = 177+240+205=622 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.46% from 622); Green value is 240 (94.14% from 255 or 38.59% from 622); Blue value is 205 (80.47% from 255 or 32.96% from 622); Max value from RGB is 240 - color contains mainly: green. Hex color #B1F0CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1F0CD is #4E0F32. Grayscale: #D9D9D9. Windows color (decimal): -5115699 or 13496497. OLE color: 13496497.

HSL color Cylindrical-coordinate representation of color #B1F0CD: hue angle of 146.67º degrees, saturation: 0.68, 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 #B1F0CD is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 177 240 205 -
CMYK 0.26 0 0.15 0.06
HSL 146.67º 0.68% 0.82% -
HSV(B) 146.67º 0.26% 0.94% -
XYZ 60.31 76.08 69.26 -
YUV 217.17 121.13 99.35 -
System Red Green Blue C M Y K H S L
Decimal 177 240 205 0.26 0 0.15 0.06 146.67 0.68 0.82
Hex B1 F0 CD 1A 0 F 6 93 44 52
Octal 261 360 315 32 0 17 6 223 104 122
Binary 10110001 11110000 11001101 11010 0 1111 110 10010011 1000100 1010010

Color Harmonies of #B1F0CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F0CD

Black with #B1F0CD

Text Example


Text Example

White with #B1F0CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F0CD; }

 p { color: rgb(177,240,205); }

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

background-color css

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

 a { background-color: rgb(177,240,205); }

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

border-color css

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

 span { border-color: rgb(177,240,205); }

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