#B4EBD0

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

Shades of Magic Mint #B4EBD0

Tints of Magic Mint #B4EBD0

Color information

#B4EBD0 (or 0xB4EBD0) is unknown color: approx Magic Mint. HEX triplet: B4, EB and D0. RGB value is (180,235,208). Sum of RGB (Red+Green+Blue) = 180+235+208=623 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.89% from 623); Green value is 235 (92.19% from 255 or 37.72% from 623); Blue value is 208 (81.64% from 255 or 33.39% from 623); Max value from RGB is 235 - color contains mainly: green. Hex color #B4EBD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EBD0 is #4B142F. Grayscale: #D7D7D7. Windows color (decimal): -4920368 or 13691828. OLE color: 13691828.

HSL color Cylindrical-coordinate representation of color #B4EBD0: hue angle of 150.55º 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 #B4EBD0 is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB180235208-
CMYK0.2300.110.08
HSL150.55º57.89%81.37%-
HSV(B)150.55º23.4%92.16%-
XYZ59.9273.6770.74-
YUV215.48123.78102.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.89%
GREEN value IS 235 (92.19% from 255) = 37.72%
BLUE value IS 208 (81.64% from 255) = 33.39%
R=28.89%
G=37.72%
B=33.39%

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
Decimal1802352080.2300.110.08150.5557.8981.37
HexB4EBD0170B8973a51
Octal264353320270131022772121
Binary10110100111010111101000010111010111000100101111110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EBD0; }

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

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

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

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

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

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

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

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