#b1f7cd

Color #B1F7CD Magic Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magic Mint #B1F7CD

Tints of Magic Mint #B1F7CD

Color information

#B1F7CD (or 0xB1F7CD) is unknown color: approx Magic Mint. HEX triplet: B1, F7 and CD. RGB value is (177,247,205). Sum of RGB (Red+Green+Blue) = 177+247+205=629 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.14% from 629); Green value is 247 (96.88% from 255 or 39.27% from 629); Blue value is 205 (80.47% from 255 or 32.59% from 629); Max value from RGB is 247 - color contains mainly: green. Hex color #B1F7CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1F7CD is #4E0832. Grayscale: #DDDDDD. Windows color (decimal): -5113907 or 13498289. OLE color: 13498289.

HSL color Cylindrical-coordinate representation of color #B1F7CD: hue angle of 144º degrees, saturation: 0.81, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B1F7CD is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB177247205-
CMYK0.2800.170.03
HSL144º81.4%83.14%-
HSV(B)144º28.34%96.86%-
XYZ62.4180.2869.96-
YUV221.28118.8196.42-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.14%
GREEN value IS 247 (96.88% from 255) = 39.27%
BLUE value IS 205 (80.47% from 255) = 32.59%
R=28.14%
G=39.27%
B=32.59%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1772472050.2800.170.0314481.483.14
HexB1F7CD1C0113905153
Octal261367315340213220121123
Binary10110001111101111100110111100010001111001000010100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b1f7cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b1f7cd; }

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

 H1.HeaderClassName
 {
   color: #b1f7cd;
 }
 .AnyTagClassName
 {
   color: #b1f7cd;
 }
</style>
background-color css

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

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

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

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

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

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