#B2F6CA

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

Shades of Magic Mint #B2F6CA

Tints of Magic Mint #B2F6CA

Color information

#B2F6CA (or 0xB2F6CA) is unknown color: approx Magic Mint. HEX triplet: B2, F6 and CA. RGB value is (178,246,202). Sum of RGB (Red+Green+Blue) = 178+246+202=626 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.43% from 626); Green value is 246 (96.48% from 255 or 39.30% from 626); Blue value is 202 (79.30% from 255 or 32.27% from 626); Max value from RGB is 246 - color contains mainly: green. Hex color #B2F6CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2F6CA is #4D0935. Grayscale: #DCDCDC. Windows color (decimal): -5048630 or 13301426. OLE color: 13301426.

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

Color convert

RGB178246202-
CMYK0.2800.180.04
HSL141.18º79.07%83.14%-
HSV(B)141.18º27.64%96.47%-
XYZ61.9879.6467.98-
YUV220.65117.4797.58-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.43%
GREEN value IS 246 (96.48% from 255) = 39.30%
BLUE value IS 202 (79.30% from 255) = 32.27%
R=28.43%
G=39.30%
B=32.27%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1782462020.2800.180.04141.1879.0783.14
HexB2F6CA1C01248d4f53
Octal262366312340224215117123
Binary101100101111011011001010111000100101001000110110011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2F6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2F6CA; }

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

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

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

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

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

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

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

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