#B4EDD2

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

Shades of Magic Mint #B4EDD2

Tints of Magic Mint #B4EDD2

Color information

#B4EDD2 (or 0xB4EDD2) is unknown color: approx Magic Mint. HEX triplet: B4, ED and D2. RGB value is (180,237,210). Sum of RGB (Red+Green+Blue) = 180+237+210=627 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.71% from 627); Green value is 237 (92.97% from 255 or 37.80% from 627); Blue value is 210 (82.42% from 255 or 33.49% from 627); Max value from RGB is 237 - color contains mainly: green. Hex color #B4EDD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EDD2 is #4B122D. Grayscale: #D8D8D8. Windows color (decimal): -4919854 or 13823412. OLE color: 13823412.

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

Color convert

RGB180237210-
CMYK0.2400.110.07
HSL151.58º61.29%81.76%-
HSV(B)151.58º24.05%92.94%-
XYZ60.7474.9272.23-
YUV216.88124.12101.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.71%
GREEN value IS 237 (92.97% from 255) = 37.80%
BLUE value IS 210 (82.42% from 255) = 33.49%
R=28.71%
G=37.80%
B=33.49%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1802372100.2400.110.07151.5861.2981.76
HexB4EDD2180B7983d52
Octal26435532230013723075122
Binary1011010011101101110100101100001011111100110001111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EDD2; }

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

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

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

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

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

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

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

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