#B6F5DA

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

Shades of Magic Mint #B6F5DA

Tints of Magic Mint #B6F5DA

Color information

#B6F5DA (or 0xB6F5DA) is unknown color: approx Magic Mint. HEX triplet: B6, F5 and DA. RGB value is (182,245,218). Sum of RGB (Red+Green+Blue) = 182+245+218=645 (85% of max value = 765). Red value is 182 (71.48% from 255 or 28.22% from 645); Green value is 245 (96.09% from 255 or 37.98% from 645); Blue value is 218 (85.55% from 255 or 33.80% from 645); Max value from RGB is 245 - color contains mainly: green. Hex color #B6F5DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6F5DA is #490A25. Grayscale: #DFDFDF. Windows color (decimal): -4786726 or 14349750. OLE color: 14349750.

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

Color convert

RGB182245218-
CMYK0.2600.110.04
HSL154.29º75.9%83.73%-
HSV(B)154.29º25.71%96.08%-
XYZ64.680.3178.43-
YUV223.08125.1398.7-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 28.22%
GREEN value IS 245 (96.09% from 255) = 37.98%
BLUE value IS 218 (85.55% from 255) = 33.80%
R=28.22%
G=37.98%
B=33.80%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1822452180.2600.110.04154.2975.983.73
HexB6F5DA1A0B49a4c54
Octal266365332320134232114124
Binary10110110111101011101101011010010111001001101010011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6F5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6F5DA; }

 p { color: rgb(182,245,218); }

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

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

 a { background-color: rgb(182,245,218); }

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

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

 span { border-color: rgb(182,245,218); }

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