#B4EBD3

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

Shades of Magic Mint #B4EBD3

Tints of Magic Mint #B4EBD3

Color information

#B4EBD3 (or 0xB4EBD3) is unknown color: approx Magic Mint. HEX triplet: B4, EB and D3. RGB value is (180,235,211). Sum of RGB (Red+Green+Blue) = 180+235+211=626 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.75% from 626); Green value is 235 (92.19% from 255 or 37.54% from 626); Blue value is 211 (82.81% from 255 or 33.71% from 626); Max value from RGB is 235 - color contains mainly: green. Hex color #B4EBD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EBD3 is #4B142C. Grayscale: #D7D7D7. Windows color (decimal): -4920365 or 13888436. OLE color: 13888436.

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

Color convert

RGB180235211-
CMYK0.2300.100.08
HSL153.82º57.89%81.37%-
HSV(B)153.82º23.4%92.16%-
XYZ60.2973.8272.7-
YUV215.82125.28102.45-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.75%
GREEN value IS 235 (92.19% from 255) = 37.54%
BLUE value IS 211 (82.81% from 255) = 33.71%
R=28.75%
G=37.54%
B=33.71%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1802352110.2300.100.08153.8257.8981.37
HexB4EBD3170A89a3a51
Octal264353323270121023272121
Binary10110100111010111101001110111010101000100110101110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EBD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EBD3; }

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

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

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

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

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

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

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

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