#B4EDD0

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

Shades of Magic Mint #B4EDD0

Tints of Magic Mint #B4EDD0

Color information

#B4EDD0 (or 0xB4EDD0) is unknown color: approx Magic Mint. HEX triplet: B4, ED and D0. RGB value is (180,237,208). Sum of RGB (Red+Green+Blue) = 180+237+208=625 (82% of max value = 765). Red value is 180 (70.70% from 255 or 28.8% from 625); Green value is 237 (92.97% from 255 or 37.92% from 625); Blue value is 208 (81.64% from 255 or 33.28% from 625); Max value from RGB is 237 - color contains mainly: green. Hex color #B4EDD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EDD0 is #4B122F. Grayscale: #D8D8D8. Windows color (decimal): -4919856 or 13692340. OLE color: 13692340.

HSL color Cylindrical-coordinate representation of color #B4EDD0: hue angle of 149.47º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B4EDD0 is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB180237208-
CMYK0.2400.120.07
HSL149.47º61.29%81.76%-
HSV(B)149.47º24.05%92.94%-
XYZ60.4974.8370.93-
YUV216.65123.12101.86-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.8%
GREEN value IS 237 (92.97% from 255) = 37.92%
BLUE value IS 208 (81.64% from 255) = 33.28%
R=28.8%
G=37.92%
B=33.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1802372080.2400.120.07149.4761.2981.76
HexB4EDD0180C7953d52
Octal26435532030014722575122
Binary1011010011101101110100001100001100111100101011111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EDD0; }

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

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

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

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

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

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

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

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