#B4E8D2

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

Shades of Magic Mint #B4E8D2

Tints of Magic Mint #B4E8D2

Color information

#B4E8D2 (or 0xB4E8D2) is unknown color: approx Magic Mint. HEX triplet: B4, E8 and D2. RGB value is (180,232,210). Sum of RGB (Red+Green+Blue) = 180+232+210=622 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.94% from 622); Green value is 232 (91.02% from 255 or 37.30% from 622); Blue value is 210 (82.42% from 255 or 33.76% from 622); Max value from RGB is 232 - color contains mainly: green. Hex color #B4E8D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4E8D2 is #4B172D. Grayscale: #D5D5D5. Windows color (decimal): -4921134 or 13822132. OLE color: 13822132.

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

Color convert

RGB180232210-
CMYK0.2200.090.09
HSL154.62º53.06%80.78%-
HSV(B)154.62º22.41%90.98%-
XYZ59.3172.0771.76-
YUV213.94125.77103.79-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.94%
GREEN value IS 232 (91.02% from 255) = 37.30%
BLUE value IS 210 (82.42% from 255) = 33.76%
R=28.94%
G=37.30%
B=33.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1802322100.2200.090.09154.6253.0680.78
HexB4E8D2160999b3551
Octal264350322260111123365121
Binary10110100111010001101001010110010011001100110111101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4E8D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4E8D2; }

 p { color: rgb(180,232,210); }

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

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

 a { background-color: rgb(180,232,210); }

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

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

 span { border-color: rgb(180,232,210); }

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