#B1F2CC

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

Shades of Magic Mint #B1F2CC

Tints of Magic Mint #B1F2CC

Color information

#B1F2CC (or 0xB1F2CC) is unknown color: approx Magic Mint. HEX triplet: B1, F2 and CC. RGB value is (177,242,204). Sum of RGB (Red+Green+Blue) = 177+242+204=623 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.41% from 623); Green value is 242 (94.92% from 255 or 38.84% from 623); Blue value is 204 (80.08% from 255 or 32.74% from 623); Max value from RGB is 242 - color contains mainly: green. Hex color #B1F2CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1F2CC is #4E0D33. Grayscale: #DADADA. Windows color (decimal): -5115188 or 13431473. OLE color: 13431473.

HSL color Cylindrical-coordinate representation of color #B1F2CC: hue angle of 144.92º degrees, saturation: 0.71, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B1F2CC is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB177242204-
CMYK0.2700.160.05
HSL144.92º71.43%82.16%-
HSV(B)144.92º26.86%94.9%-
XYZ60.7877.2168.83-
YUV218.23119.9798.59-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.41%
GREEN value IS 242 (94.92% from 255) = 38.84%
BLUE value IS 204 (80.08% from 255) = 32.74%
R=28.41%
G=38.84%
B=32.74%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1772422040.2700.160.05144.9271.4382.16
HexB1F2CC1B0105914752
Octal261362314330205221107122
Binary101100011111001011001100110110100001011001000110001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1F2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1F2CC; }

 p { color: rgb(177,242,204); }

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

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

 a { background-color: rgb(177,242,204); }

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

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

 span { border-color: rgb(177,242,204); }

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