#B4F2D8

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

Shades of Magic Mint #B4F2D8

Tints of Magic Mint #B4F2D8

Color information

#B4F2D8 (or 0xB4F2D8) is unknown color: approx Magic Mint. HEX triplet: B4, F2 and D8. RGB value is (180,242,216). Sum of RGB (Red+Green+Blue) = 180+242+216=638 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.21% from 638); Green value is 242 (94.92% from 255 or 37.93% from 638); Blue value is 216 (84.77% from 255 or 33.86% from 638); Max value from RGB is 242 - color contains mainly: green. Hex color #B4F2D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4F2D8 is #4B0D27. Grayscale: #DCDCDC. Windows color (decimal): -4918568 or 14217908. OLE color: 14217908.

HSL color Cylindrical-coordinate representation of color #B4F2D8: hue angle of 154.84º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B4F2D8 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB180242216-
CMYK0.2600.110.05
HSL154.84º70.45%82.75%-
HSV(B)154.84º25.62%94.9%-
XYZ62.9778.1776.73-
YUV220.5125.4699.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 28.21%
GREEN value IS 242 (94.92% from 255) = 37.93%
BLUE value IS 216 (84.77% from 255) = 33.86%
R=28.21%
G=37.93%
B=33.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1802422160.2600.110.05154.8470.4582.75
HexB4F2D81A0B59b4653
Octal264362330320135233106123
Binary10110100111100101101100011010010111011001101110001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F2D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F2D8; }

 p { color: rgb(180,242,216); }

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

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

 a { background-color: rgb(180,242,216); }

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

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

 span { border-color: rgb(180,242,216); }

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