#B1FCD4

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

Shades of Magic Mint #B1FCD4

Tints of Magic Mint #B1FCD4

Color information

#B1FCD4 (or 0xB1FCD4) is unknown color: approx Magic Mint. HEX triplet: B1, FC and D4. RGB value is (177,252,212). Sum of RGB (Red+Green+Blue) = 177+252+212=641 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.61% from 641); Green value is 252 (98.83% from 255 or 39.31% from 641); Blue value is 212 (83.20% from 255 or 33.07% from 641); Max value from RGB is 252 - color contains mainly: green. Hex color #B1FCD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FCD4 is #4E032B. Grayscale: #E1E1E1. Windows color (decimal): -5112620 or 13958321. OLE color: 13958321.

HSL color Cylindrical-coordinate representation of color #B1FCD4: hue angle of 148º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1FCD4 is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB177252212-
CMYK0.3000.160.01
HSL148º92.59%84.12%-
HSV(B)148º29.76%98.82%-
XYZ64.8383.7275.03-
YUV225.02120.6593.75-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 27.61%
GREEN value IS 252 (98.83% from 255) = 39.31%
BLUE value IS 212 (83.20% from 255) = 33.07%
R=27.61%
G=39.31%
B=33.07%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1772522120.3000.160.0114892.5984.12
HexB1FCD41E0101945d54
Octal261374324360201224135124
Binary1011000111111100110101001111001000011001010010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1FCD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1FCD4; }

 p { color: rgb(177,252,212); }

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

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

 a { background-color: rgb(177,252,212); }

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

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

 span { border-color: rgb(177,252,212); }

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