#B3F1D6

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

Shades of Magic Mint #B3F1D6

Tints of Magic Mint #B3F1D6

Color information

#B3F1D6 (or 0xB3F1D6) is unknown color: approx Magic Mint. HEX triplet: B3, F1 and D6. RGB value is (179,241,214). Sum of RGB (Red+Green+Blue) = 179+241+214=634 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.23% from 634); Green value is 241 (94.53% from 255 or 38.01% from 634); Blue value is 214 (83.98% from 255 or 33.75% from 634); Max value from RGB is 241 - color contains mainly: green. Hex color #B3F1D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F1D6 is #4C0E29. Grayscale: #DBDBDB. Windows color (decimal): -4984362 or 14086579. OLE color: 14086579.

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

Color convert

RGB179241214-
CMYK0.2600.110.05
HSL153.87º68.89%82.35%-
HSV(B)153.87º25.73%94.51%-
XYZ62.1877.3575.27-
YUV219.38124.9699.2-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 28.23%
GREEN value IS 241 (94.53% from 255) = 38.01%
BLUE value IS 214 (83.98% from 255) = 33.75%
R=28.23%
G=38.01%
B=33.75%

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
Decimal1792412140.2600.110.05153.8768.8982.35
HexB3F1D61A0B59a4552
Octal263361326320135232105122
Binary10110011111100011101011011010010111011001101010001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F1D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F1D6; }

 p { color: rgb(179,241,214); }

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

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

 a { background-color: rgb(179,241,214); }

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

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

 span { border-color: rgb(179,241,214); }

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