#B4EBCD

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

Shades of Magic Mint #B4EBCD

Tints of Magic Mint #B4EBCD

Color information

#B4EBCD (or 0xB4EBCD) is unknown color: approx Magic Mint. HEX triplet: B4, EB and CD. RGB value is (180,235,205). Sum of RGB (Red+Green+Blue) = 180+235+205=620 (82% of max value = 765). Red value is 180 (70.70% from 255 or 29.03% from 620); Green value is 235 (92.19% from 255 or 37.90% from 620); Blue value is 205 (80.47% from 255 or 33.06% from 620); Max value from RGB is 235 - color contains mainly: green. Hex color #B4EBCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EBCD is #4B1432. Grayscale: #D7D7D7. Windows color (decimal): -4920371 or 13495220. OLE color: 13495220.

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

Color convert

RGB180235205-
CMYK0.2300.130.08
HSL147.27º57.89%81.37%-
HSV(B)147.27º23.4%92.16%-
XYZ59.5573.5368.81-
YUV215.14122.28102.94-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 29.03%
GREEN value IS 235 (92.19% from 255) = 37.90%
BLUE value IS 205 (80.47% from 255) = 33.06%
R=29.03%
G=37.90%
B=33.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1802352050.2300.130.08147.2757.8981.37
HexB4EBCD170D8933a51
Octal264353315270151022372121
Binary10110100111010111100110110111011011000100100111110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EBCD; }

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

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

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

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

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

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

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

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