#B2F1CF

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

Shades of Magic Mint #B2F1CF

Tints of Magic Mint #B2F1CF

Color information

#B2F1CF (or 0xB2F1CF) is unknown color: approx Magic Mint. HEX triplet: B2, F1 and CF. RGB value is (178,241,207). Sum of RGB (Red+Green+Blue) = 178+241+207=626 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.43% from 626); Green value is 241 (94.53% from 255 or 38.50% from 626); Blue value is 207 (81.25% from 255 or 33.07% from 626); Max value from RGB is 241 - color contains mainly: green. Hex color #B2F1CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2F1CF is #4D0E30. Grayscale: #DADADA. Windows color (decimal): -5049905 or 13627826. OLE color: 13627826.

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

Color convert

RGB178241207-
CMYK0.2600.140.05
HSL147.62º69.23%82.16%-
HSV(B)147.62º26.14%94.51%-
XYZ61.0876.8870.65-
YUV218.29121.6399.26-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.43%
GREEN value IS 241 (94.53% from 255) = 38.50%
BLUE value IS 207 (81.25% from 255) = 33.07%
R=28.43%
G=38.50%
B=33.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1782412070.2600.140.05147.6269.2382.16
HexB2F1CF1A0E5944552
Octal262361317320165224105122
Binary10110010111100011100111111010011101011001010010001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2F1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2F1CF; }

 p { color: rgb(178,241,207); }

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

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

 a { background-color: rgb(178,241,207); }

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

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

 span { border-color: rgb(178,241,207); }

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