#B4EFD7

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

Shades of Magic Mint #B4EFD7

Tints of Magic Mint #B4EFD7

Color information

#B4EFD7 (or 0xB4EFD7) is unknown color: approx Magic Mint. HEX triplet: B4, EF and D7. RGB value is (180,239,215). Sum of RGB (Red+Green+Blue) = 180+239+215=634 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.39% from 634); Green value is 239 (93.75% from 255 or 37.70% from 634); Blue value is 215 (84.38% from 255 or 33.91% from 634); Max value from RGB is 239 - color contains mainly: green. Hex color #B4EFD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EFD7 is #4B1028. Grayscale: #DADADA. Windows color (decimal): -4919337 or 14151604. OLE color: 14151604.

HSL color Cylindrical-coordinate representation of color #B4EFD7: hue angle of 155.59º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B4EFD7 is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB180239215-
CMYK0.2500.100.06
HSL155.59º64.84%82.16%-
HSV(B)155.59º24.69%93.73%-
XYZ61.9576.3475.76-
YUV218.62125.95100.45-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.39%
GREEN value IS 239 (93.75% from 255) = 37.70%
BLUE value IS 215 (84.38% from 255) = 33.91%
R=28.39%
G=37.70%
B=33.91%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1802392150.2500.100.06155.5964.8482.16
HexB4EFD7190A69c4152
Octal264357327310126234101122
Binary10110100111011111101011111001010101101001110010000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EFD7; }

 p { color: rgb(180,239,215); }

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

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

 a { background-color: rgb(180,239,215); }

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

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

 span { border-color: rgb(180,239,215); }

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