#B2EFD8

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

Shades of Magic Mint #B2EFD8

Tints of Magic Mint #B2EFD8

Color information

#B2EFD8 (or 0xB2EFD8) is unknown color: approx Magic Mint. HEX triplet: B2, EF and D8. RGB value is (178,239,216). Sum of RGB (Red+Green+Blue) = 178+239+216=633 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.12% from 633); Green value is 239 (93.75% from 255 or 37.76% from 633); Blue value is 216 (84.77% from 255 or 34.12% from 633); Max value from RGB is 239 - color contains mainly: green. Hex color #B2EFD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EFD8 is #4D1027. Grayscale: #DADADA. Windows color (decimal): -5050408 or 14217138. OLE color: 14217138.

HSL color Cylindrical-coordinate representation of color #B2EFD8: hue angle of 157.38º 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 #B2EFD8 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB178239216-
CMYK0.2600.100.06
HSL157.38º65.59%81.76%-
HSV(B)157.38º25.52%93.73%-
XYZ61.6276.1676.42-
YUV218.14126.7999.37-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.12%
GREEN value IS 239 (93.75% from 255) = 37.76%
BLUE value IS 216 (84.77% from 255) = 34.12%
R=28.12%
G=37.76%
B=34.12%

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
Decimal1782392160.2600.100.06157.3865.5981.76
HexB2EFD81A0A69d4252
Octal262357330320126235102122
Binary10110010111011111101100011010010101101001110110000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2EFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2EFD8; }

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

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

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

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

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

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

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

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