#B4EFD5

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

Shades of Magic Mint #B4EFD5

Tints of Magic Mint #B4EFD5

Color information

#B4EFD5 (or 0xB4EFD5) is unknown color: approx Magic Mint. HEX triplet: B4, EF and D5. RGB value is (180,239,213). Sum of RGB (Red+Green+Blue) = 180+239+213=632 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.48% from 632); Green value is 239 (93.75% from 255 or 37.82% from 632); Blue value is 213 (83.59% from 255 or 33.70% from 632); Max value from RGB is 239 - color contains mainly: green. Hex color #B4EFD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4EFD5 is #4B102A. Grayscale: #DADADA. Windows color (decimal): -4919339 or 14020532. OLE color: 14020532.

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

Color convert

RGB180239213-
CMYK0.2500.110.06
HSL153.56º64.84%82.16%-
HSV(B)153.56º24.69%93.73%-
XYZ61.776.2474.41-
YUV218.4124.95100.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.48%
GREEN value IS 239 (93.75% from 255) = 37.82%
BLUE value IS 213 (83.59% from 255) = 33.70%
R=28.48%
G=37.82%
B=33.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1802392130.2500.110.06153.5664.8482.16
HexB4EFD5190B69a4152
Octal264357325310136232101122
Binary10110100111011111101010111001010111101001101010000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4EFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4EFD5; }

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

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

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

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

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

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

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

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