#B2F6CB

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

Shades of Magic Mint #B2F6CB

Tints of Magic Mint #B2F6CB

Color information

#B2F6CB (or 0xB2F6CB) is unknown color: approx Magic Mint. HEX triplet: B2, F6 and CB. RGB value is (178,246,203). Sum of RGB (Red+Green+Blue) = 178+246+203=627 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.39% from 627); Green value is 246 (96.48% from 255 or 39.23% from 627); Blue value is 203 (79.69% from 255 or 32.38% from 627); Max value from RGB is 246 - color contains mainly: green. Hex color #B2F6CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2F6CB is #4D0934. Grayscale: #DCDCDC. Windows color (decimal): -5048629 or 13366962. OLE color: 13366962.

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

Color convert

RGB178246203-
CMYK0.2800.170.04
HSL142.06º79.07%83.14%-
HSV(B)142.06º27.64%96.47%-
XYZ62.179.6968.61-
YUV220.77117.9797.5-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.39%
GREEN value IS 246 (96.48% from 255) = 39.23%
BLUE value IS 203 (79.69% from 255) = 32.38%
R=28.39%
G=39.23%
B=32.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1782462030.2800.170.04142.0679.0783.14
HexB2F6CB1C01148e4f53
Octal262366313340214216117123
Binary101100101111011011001011111000100011001000111010011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2F6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2F6CB; }

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

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

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

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

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

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

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

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