#B1F6CB

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

Shades of Magic Mint #B1F6CB

Tints of Magic Mint #B1F6CB

Color information

#B1F6CB (or 0xB1F6CB) is unknown color: approx Magic Mint. HEX triplet: B1, F6 and CB. RGB value is (177,246,203). Sum of RGB (Red+Green+Blue) = 177+246+203=626 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.27% from 626); Green value is 246 (96.48% from 255 or 39.30% from 626); Blue value is 203 (79.69% from 255 or 32.43% from 626); Max value from RGB is 246 - color contains mainly: green. Hex color #B1F6CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1F6CB is #4E0934. Grayscale: #DCDCDC. Windows color (decimal): -5114165 or 13366961. OLE color: 13366961.

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

Color convert

RGB177246203-
CMYK0.2800.170.04
HSL142.61º79.31%82.94%-
HSV(B)142.61º28.05%96.47%-
XYZ61.8779.5768.6-
YUV220.47118.1497-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.27%
GREEN value IS 246 (96.48% from 255) = 39.30%
BLUE value IS 203 (79.69% from 255) = 32.43%
R=28.27%
G=39.30%
B=32.43%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1772462030.2800.170.04142.6179.3182.94
HexB1F6CB1C01148f4f53
Octal261366313340214217117123
Binary101100011111011011001011111000100011001000111110011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F6CB; }

 p { color: rgb(177,246,203); }

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

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

 a { background-color: rgb(177,246,203); }

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

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

 span { border-color: rgb(177,246,203); }

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