#B2E9C8

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

Shades of Magic Mint #B2E9C8

Tints of Magic Mint #B2E9C8

Color information

#B2E9C8 (or 0xB2E9C8) is unknown color: approx Magic Mint. HEX triplet: B2, E9 and C8. RGB value is (178,233,200). Sum of RGB (Red+Green+Blue) = 178+233+200=611 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.13% from 611); Green value is 233 (91.41% from 255 or 38.13% from 611); Blue value is 200 (78.52% from 255 or 32.73% from 611); Max value from RGB is 233 - color contains mainly: green. Hex color #B2E9C8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2E9C8 is #4D1637. Grayscale: #D4D4D4. Windows color (decimal): -5051960 or 13167026. OLE color: 13167026.

HSL color Cylindrical-coordinate representation of color #B2E9C8: hue angle of 144º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2E9C8 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.

Color convert

RGB178233200-
CMYK0.2400.140.09
HSL144º55.56%80.59%-
HSV(B)144º23.61%91.37%-
XYZ57.9271.9165.47-
YUV212.79120.78103.18-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.13%
GREEN value IS 233 (91.41% from 255) = 38.13%
BLUE value IS 200 (78.52% from 255) = 32.73%
R=29.13%
G=38.13%
B=32.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1782332000.2400.140.0914455.5680.59
HexB2E9C8180E9903851
Octal262351310300161122070121
Binary10110010111010011100100011000011101001100100001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2E9C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2E9C8; }

 p { color: rgb(178,233,200); }

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

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

 a { background-color: rgb(178,233,200); }

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

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

 span { border-color: rgb(178,233,200); }

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