#B2F7CA

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

Shades of Magic Mint #B2F7CA

Tints of Magic Mint #B2F7CA

Color information

#B2F7CA (or 0xB2F7CA) is unknown color: approx Magic Mint. HEX triplet: B2, F7 and CA. RGB value is (178,247,202). Sum of RGB (Red+Green+Blue) = 178+247+202=627 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.39% from 627); Green value is 247 (96.88% from 255 or 39.39% from 627); Blue value is 202 (79.30% from 255 or 32.22% from 627); Max value from RGB is 247 - color contains mainly: green. Hex color #B2F7CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2F7CA is #4D0835. Grayscale: #DDDDDD. Windows color (decimal): -5048374 or 13301682. OLE color: 13301682.

HSL color Cylindrical-coordinate representation of color #B2F7CA: hue angle of 140.87º 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 #B2F7CA is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB178247202-
CMYK0.2800.180.03
HSL140.87º81.18%83.33%-
HSV(B)140.87º27.94%96.86%-
XYZ62.2880.2568.08-
YUV221.24117.1497.16-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.39%
GREEN value IS 247 (96.88% from 255) = 39.39%
BLUE value IS 202 (79.30% from 255) = 32.22%
R=28.39%
G=39.39%
B=32.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1782472020.2800.180.03140.8781.1883.33
HexB2F7CA1C01238d5153
Octal262367312340223215121123
Binary10110010111101111100101011100010010111000110110100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2F7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2F7CA; }

 p { color: rgb(178,247,202); }

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

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

 a { background-color: rgb(178,247,202); }

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

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

 span { border-color: rgb(178,247,202); }

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