#B2EFD6

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

Shades of Magic Mint #B2EFD6

Tints of Magic Mint #B2EFD6

Color information

#B2EFD6 (or 0xB2EFD6) is unknown color: approx Magic Mint. HEX triplet: B2, EF and D6. RGB value is (178,239,214). Sum of RGB (Red+Green+Blue) = 178+239+214=631 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.21% from 631); Green value is 239 (93.75% from 255 or 37.88% from 631); Blue value is 214 (83.98% from 255 or 33.91% from 631); Max value from RGB is 239 - color contains mainly: green. Hex color #B2EFD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EFD6 is #4D1029. Grayscale: #D9D9D9. Windows color (decimal): -5050410 or 14086066. OLE color: 14086066.

HSL color Cylindrical-coordinate representation of color #B2EFD6: hue angle of 155.41º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2EFD6 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB178239214-
CMYK0.2600.100.06
HSL155.41º65.59%81.76%-
HSV(B)155.41º25.52%93.73%-
XYZ61.3676.0575.06-
YUV217.91125.7999.53-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.21%
GREEN value IS 239 (93.75% from 255) = 37.88%
BLUE value IS 214 (83.98% from 255) = 33.91%
R=28.21%
G=37.88%
B=33.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1782392140.2600.100.06155.4165.5981.76
HexB2EFD61A0A69b4252
Octal262357326320126233102122
Binary10110010111011111101011011010010101101001101110000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2EFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2EFD6; }

 p { color: rgb(178,239,214); }

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

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

 a { background-color: rgb(178,239,214); }

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

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

 span { border-color: rgb(178,239,214); }

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