#B2EFCF

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

Shades of Magic Mint #B2EFCF

Tints of Magic Mint #B2EFCF

Color information

#B2EFCF (or 0xB2EFCF) is unknown color: approx Magic Mint. HEX triplet: B2, EF and CF. RGB value is (178,239,207). Sum of RGB (Red+Green+Blue) = 178+239+207=624 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.53% from 624); Green value is 239 (93.75% from 255 or 38.30% from 624); Blue value is 207 (81.25% from 255 or 33.17% from 624); Max value from RGB is 239 - color contains mainly: green. Hex color #B2EFCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EFCF is #4D1030. Grayscale: #D9D9D9. Windows color (decimal): -5050417 or 13627314. OLE color: 13627314.

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

Color convert

RGB178239207-
CMYK0.2600.130.06
HSL148.52º65.59%81.76%-
HSV(B)148.52º25.52%93.73%-
XYZ60.4975.770.46-
YUV217.11122.29100.1-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.53%
GREEN value IS 239 (93.75% from 255) = 38.30%
BLUE value IS 207 (81.25% from 255) = 33.17%
R=28.53%
G=38.30%
B=33.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1782392070.2600.130.06148.5265.5981.76
HexB2EFCF1A0D6954252
Octal262357317320156225102122
Binary10110010111011111100111111010011011101001010110000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2EFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2EFCF; }

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

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

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

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

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

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

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

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