#B4F6D4

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

Shades of Magic Mint #B4F6D4

Tints of Magic Mint #B4F6D4

Color information

#B4F6D4 (or 0xB4F6D4) is unknown color: approx Magic Mint. HEX triplet: B4, F6 and D4. RGB value is (180,246,212). Sum of RGB (Red+Green+Blue) = 180+246+212=638 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.21% from 638); Green value is 246 (96.48% from 255 or 38.56% from 638); Blue value is 212 (83.20% from 255 or 33.23% from 638); Max value from RGB is 246 - color contains mainly: green. Hex color #B4F6D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4F6D4 is #4B092B. Grayscale: #DEDEDE. Windows color (decimal): -4917548 or 13956788. OLE color: 13956788.

HSL color Cylindrical-coordinate representation of color #B4F6D4: hue angle of 149.09º degrees, saturation: 0.79, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B4F6D4 is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB180246212-
CMYK0.2700.140.04
HSL149.09º78.57%83.53%-
HSV(B)149.09º26.83%96.47%-
XYZ63.6680.3774.44-
YUV222.39122.1397.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.21%
GREEN value IS 246 (96.48% from 255) = 38.56%
BLUE value IS 212 (83.20% from 255) = 33.23%
R=28.21%
G=38.56%
B=33.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1802462120.2700.140.04149.0978.5783.53
HexB4F6D41B0E4954f54
Octal264366324330164225117124
Binary10110100111101101101010011011011101001001010110011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F6D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F6D4; }

 p { color: rgb(180,246,212); }

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

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

 a { background-color: rgb(180,246,212); }

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

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

 span { border-color: rgb(180,246,212); }

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