#B4EBD1

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

Shades of Magic Mint #B4EBD1

Tints of Magic Mint #B4EBD1

Color information

#B4EBD1 (or 0xB4EBD1) is unknown color: approx Magic Mint. HEX triplet: B4, EB and D1. RGB value is (180,235,209). Sum of RGB (Red+Green+Blue) = 180+235+209=624 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.85% from 624); Green value is 235 (92.19% from 255 or 37.66% from 624); Blue value is 209 (82.03% from 255 or 33.49% from 624); Max value from RGB is 235 - color contains mainly: green. Hex color #B4EBD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EBD1 is #4B142E. Grayscale: #D7D7D7. Windows color (decimal): -4920367 or 13757364. OLE color: 13757364.

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

Color convert

RGB180235209-
CMYK0.2300.110.08
HSL151.64º57.89%81.37%-
HSV(B)151.64º23.4%92.16%-
XYZ60.0473.7271.39-
YUV215.59124.28102.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.85%
GREEN value IS 235 (92.19% from 255) = 37.66%
BLUE value IS 209 (82.03% from 255) = 33.49%
R=28.85%
G=37.66%
B=33.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1802352090.2300.110.08151.6457.8981.37
HexB4EBD1170B8983a51
Octal264353321270131023072121
Binary10110100111010111101000110111010111000100110001110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EBD1; }

 p { color: rgb(180,235,209); }

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

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

 a { background-color: rgb(180,235,209); }

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

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

 span { border-color: rgb(180,235,209); }

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