#B2FBD2

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

Shades of Magic Mint #B2FBD2

Tints of Magic Mint #B2FBD2

Color information

#B2FBD2 (or 0xB2FBD2) is unknown color: approx Magic Mint. HEX triplet: B2, FB and D2. RGB value is (178,251,210). Sum of RGB (Red+Green+Blue) = 178+251+210=639 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.86% from 639); Green value is 251 (98.44% from 255 or 39.28% from 639); Blue value is 210 (82.42% from 255 or 32.86% from 639); Max value from RGB is 251 - color contains mainly: green. Hex color #B2FBD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FBD2 is #4D042D. Grayscale: #E0E0E0. Windows color (decimal): -5047342 or 13826994. OLE color: 13826994.

HSL color Cylindrical-coordinate representation of color #B2FBD2: hue angle of 146.3º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2FBD2 is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB178251210-
CMYK0.2900.160.02
HSL146.3º90.12%84.12%-
HSV(B)146.3º29.08%98.43%-
XYZ64.4983.1173.62-
YUV224.5119.8294.83-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 27.86%
GREEN value IS 251 (98.44% from 255) = 39.28%
BLUE value IS 210 (82.42% from 255) = 32.86%
R=27.86%
G=39.28%
B=32.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1782512100.2900.160.02146.390.1284.12
HexB2FBD21D0102925a54
Octal262373322350202222132124
Binary10110010111110111101001011101010000101001001010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FBD2; }

 p { color: rgb(178,251,210); }

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

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

 a { background-color: rgb(178,251,210); }

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

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

 span { border-color: rgb(178,251,210); }

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