#B2EBCF

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

Shades of Magic Mint #B2EBCF

Tints of Magic Mint #B2EBCF

Color information

#B2EBCF (or 0xB2EBCF) is unknown color: approx Magic Mint. HEX triplet: B2, EB and CF. RGB value is (178,235,207). Sum of RGB (Red+Green+Blue) = 178+235+207=620 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.71% from 620); Green value is 235 (92.19% from 255 or 37.90% from 620); Blue value is 207 (81.25% from 255 or 33.39% from 620); Max value from RGB is 235 - color contains mainly: green. Hex color #B2EBCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EBCF is #4D1430. Grayscale: #D6D6D6. Windows color (decimal): -5051441 or 13626290. OLE color: 13626290.

HSL color Cylindrical-coordinate representation of color #B2EBCF: hue angle of 150.53º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2EBCF is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB178235207-
CMYK0.2400.120.08
HSL150.53º58.76%80.98%-
HSV(B)150.53º24.26%92.16%-
XYZ59.3373.3970.07-
YUV214.76123.62101.78-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 28.71%
GREEN value IS 235 (92.19% from 255) = 37.90%
BLUE value IS 207 (81.25% from 255) = 33.39%
R=28.71%
G=37.90%
B=33.39%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1782352070.2400.120.08150.5358.7680.98
HexB2EBCF180C8973b51
Octal262353317300141022773121
Binary10110010111010111100111111000011001000100101111110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2EBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2EBCF; }

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

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

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

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

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

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

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

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