#B6F4D2

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

Shades of Magic Mint #B6F4D2

Tints of Magic Mint #B6F4D2

Color information

#B6F4D2 (or 0xB6F4D2) is unknown color: approx Magic Mint. HEX triplet: B6, F4 and D2. RGB value is (182,244,210). Sum of RGB (Red+Green+Blue) = 182+244+210=636 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.62% from 636); Green value is 244 (95.70% from 255 or 38.36% from 636); Blue value is 210 (82.42% from 255 or 33.02% from 636); Max value from RGB is 244 - color contains mainly: green. Hex color #B6F4D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6F4D2 is #490B2D. Grayscale: #DDDDDD. Windows color (decimal): -4786990 or 13825206. OLE color: 13825206.

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

Color convert

RGB182244210-
CMYK0.2500.140.04
HSL147.1º73.81%83.53%-
HSV(B)147.1º25.41%95.69%-
XYZ63.2779.372.94-
YUV221.59121.4699.76-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.62%
GREEN value IS 244 (95.70% from 255) = 38.36%
BLUE value IS 210 (82.42% from 255) = 33.02%
R=28.62%
G=38.36%
B=33.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1822442100.2500.140.04147.173.8183.53
HexB6F4D2190E4934a54
Octal266364322310164223112124
Binary10110110111101001101001011001011101001001001110010101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F4D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F4D2; }

 p { color: rgb(182,244,210); }

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

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

 a { background-color: rgb(182,244,210); }

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

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

 span { border-color: rgb(182,244,210); }

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